Skip to content

Commit

Permalink
Update to official fabric loader version
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Apr 13, 2020
1 parent 5159d20 commit 4e97e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,13 @@ group = project.maven_group
minecraft {
}

repositories {
maven {
name = 'Jitpack'
url = 'https://jitpack.io/'
}
}

dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.alphaMcp('2.2a.1', loom.mediafire('http://www.mediafire.com/file/vwgj80p8n1plrlq/mcp22a.zip')) { mappings ->
mappings.method 'net/minecraft/src/World', '(III)Z', 'func_708_k', 'canSeeTheSky'
}
modCompile "com.github.Earthcomputer:fabric-loader:${project.loader_version}"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"

compile 'com.google.code.gson:gson:2.8.6'
compile 'com.google.guava:guava:28.2-jre'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=a1.2.2a
loader_version=3044a80d
loader_version=0.8.2+build.194

# Mod Properties
mod_version = 1.3
mod_version = 1.4
maven_group = net.earthcomputer
archives_base_name = seed-selector

3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],

"depends": {
"fabricloader": "0.7.5.1"
"fabricloader": ">=0.7.6",
"minecraft": "1.0.0-alpha.2.2"
}
}

0 comments on commit 4e97e72

Please sign in to comment.