Update version for dependencies
This commit is contained in:
parent
8243c936be
commit
fcc89a2eaa
1 changed files with 3 additions and 3 deletions
|
@ -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'))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue