Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chneau committed Apr 30, 2020
1 parent 4a07e4f commit 5247e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'fabric-loom' version '0.4.3'
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -11,7 +11,7 @@ group = project.maven_group

dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ archives_base_name = mc-autotool

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/
fabric_version=0.5.1+build.294-1.15
fabric_version=0.10.0+build.305-1.15
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"mixins": [],
"depends": {
"fabric": "0.5.1+build.294-1.15"
"fabric": "0.10.0+build.305-1.15"
},
"custom": {
"modmenu:clientsideOnly": true
Expand Down

0 comments on commit 5247e03

Please sign in to comment.