Update version for dependencies

This commit is contained in:
drcrazy 2021-06-11 02:34:56 +03:00
parent 8243c936be
commit fcc89a2eaa

View file

@ -82,12 +82,12 @@ allprojects {
// Shared deps between TR and RC
dependencies {
minecraft "com.mojang:minecraft:1.17-pre4"
mappings "net.fabricmc:yarn:1.17-pre4+build.1:v2"
minecraft "com.mojang:minecraft:1.17"
mappings "net.fabricmc:yarn:1.17+build.6:v2"
modImplementation "net.fabricmc:fabric-loader:0.11.3"
//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.34.8+1.17"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.34.10+1.17"
include(modApi('teamreborn:energy:0.1.1'))
}