Update deps
This commit is contained in:
parent
2ea118ec63
commit
c4d9b43832
1 changed files with 4 additions and 4 deletions
|
@ -81,12 +81,12 @@ configurations.all {
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:1.16.4"
|
minecraft "com.mojang:minecraft:1.16.4"
|
||||||
mappings "net.fabricmc:yarn:1.16.4+build.6:v2"
|
mappings "net.fabricmc:yarn:1.16.4+build.6:v2"
|
||||||
modImplementation "net.fabricmc:fabric-loader:0.10.6+build.214"
|
modImplementation "net.fabricmc:fabric-loader:0.10.8"
|
||||||
|
|
||||||
//Fabric api
|
//Fabric api
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.25.0+build.415-1.16"
|
modImplementation "net.fabricmc.fabric-api:fabric-api:0.28.3+1.16"
|
||||||
|
|
||||||
optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.8.0")
|
optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.8.9")
|
||||||
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.7')
|
disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.7')
|
||||||
|
|
||||||
def rcVersion = 'RebornCore:RebornCore-1.16:+'
|
def rcVersion = 'RebornCore:RebornCore-1.16:+'
|
||||||
|
@ -95,7 +95,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
include rcVersion
|
include rcVersion
|
||||||
|
|
||||||
modApi 'teamreborn:energy:0.1.0'
|
modApi 'teamreborn:energy:0.1.1'
|
||||||
|
|
||||||
optionalDependency "com.github.dexman545:autoswitch-api:-SNAPSHOT"
|
optionalDependency "com.github.dexman545:autoswitch-api:-SNAPSHOT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue