Skip to content

Commit

Permalink
Update to official fabirc loader version
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Apr 13, 2020
1 parent aba5977 commit 18035dd
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,19 +35,12 @@ group = project.maven_group
def ENV = System.getenv()
version = version + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "custom")

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

dependencies {
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
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx1G

mod_version=1.8.5-alpha
mod_version=1.8.5-alpha.1
maven_group=io.github.prospector
archive_name=modmenu

minecraft_version=a1.2.2a
loader_version=3044a80d
loader_version=0.8.2+build.194
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"issues": "https://github.com/Prospector/ModMenu/issues"
},
"depends": {
"fabricloader": "0.7.5.1"
"fabricloader": ">=0.7.6",
"minecraft": "1.0.0-alpha.2.2"
},
"authors": [
"Prospector"
Expand Down

0 comments on commit 18035dd

Please sign in to comment.