Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Sep 5, 2020
1 parent 7d29e92 commit 38530c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fabric-1.16.2/workspacebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ group = 'com.yourname.modid'

dependencies {
minecraft("com.mojang:minecraft:1.16.2")
mappings("net.fabricmc:yarn:1.16.2+build.21:v2")
modImplementation("net.fabricmc:fabric-loader:0.9.2+build.206")
mappings("net.fabricmc:yarn:1.16.2+build.46:v2")
modImplementation("net.fabricmc:fabric-loader:0.9.3+build.207")

//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.19.0+build.398-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.20.1+build.401-1.16"
}

processResources {
Expand Down

0 comments on commit 38530c7

Please sign in to comment.