1.16.3 - just mappings

This commit is contained in:
modmuss50 2020-09-19 14:30:12 +01:00
parent 86014001ba
commit 19f7e17f7d
8 changed files with 12 additions and 12 deletions

View file

@ -69,12 +69,12 @@ configurations.all {
}
dependencies {
minecraft "com.mojang:minecraft:1.16.2"
mappings "net.fabricmc:yarn:1.16.2+build.5:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.1+build.205"
minecraft "com.mojang:minecraft:1.16.3"
mappings "net.fabricmc:yarn:1.16.3+build.11:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.3+build.207"
//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.21.0+build.407-1.16"
optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.2.3")
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.0')