1.16.2 #releaseBuild

This commit is contained in:
modmuss50 2020-08-12 08:45:22 +01:00
parent 5bd9e82690
commit 62ca298bc8
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
minecraftVersion="1.16.1,Fabric"
minecraftVersion="1.16.2,Fabric"
name="TechReborn-1.16"
curseID="233564"
github-repo="TechReborn/TechReborn"

View file

@ -49,7 +49,7 @@ repositories {
}
}
version = "3.4.5"
version = "3.5.0"
configurations {
shade
@ -73,14 +73,14 @@ configurations.all {
}
dependencies {
minecraft "com.mojang:minecraft:1.16.2-rc1"
mappings "net.fabricmc:yarn:1.16.2-rc1+build.4:v2"
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"
//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.17.0+build.393-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16"
disabledOptionalDependency ("me.shedaniel:RoughlyEnoughItems:4.10.2")
optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.2.3")
disabledOptionalDependency ('io.github.cottonmc:LibCD:2.4.1+1.15.2')
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.0')