pipes (not done for fabric) and tank (maybe for fabric?)

This commit is contained in:
2026-02-03 14:47:35 -05:00
parent 9deea24e7b
commit a30721d9b8
39 changed files with 2201 additions and 100 deletions
+8
View File
@@ -61,6 +61,14 @@ dependencies {
}
})
val energyVersion = if (is120) {
commonMod.prop("teamreborn_energy_1_20_1")
} else {
commonMod.prop("teamreborn_energy_1_21_1")
}
modImplementation("teamreborn:energy:$energyVersion")
modImplementation("net.fabricmc:fabric-loader:${commonMod.prop("fabric_loader_version")}")
modApi("net.fabricmc.fabric-api:fabric-api:${commonMod.prop("fabric_api_version")}")