update fabric api and loader
This commit is contained in:
parent
616f470532
commit
40f1136d33
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ configurations.all {
|
|||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.16.1"
|
||||
mappings "net.fabricmc:yarn:1.16.1+build.1:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.8.8+build.202"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.9.0+build.204"
|
||||
|
||||
//Fabric api
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.13.1+build.370-1.16"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.16.0+build.384-1.16.1"
|
||||
|
||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:4.5.4")
|
||||
disabledOptionalDependency ('io.github.cottonmc:LibCD:2.4.1+1.15.2')
|
||||
|
|
Loading…
Reference in a new issue