TRUE 0.102.0 PARITY!!!!
Actaully adds ore generation Actually adds natural spawning Change requirePower to default to false
This commit is contained in:
@@ -67,7 +67,7 @@ dependencies {
|
||||
commonMod.prop("teamreborn_energy_1_21_1")
|
||||
}
|
||||
|
||||
modImplementation("teamreborn:energy:$energyVersion")
|
||||
modImplementation(include("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")}")
|
||||
@@ -94,6 +94,10 @@ loom {
|
||||
accessWidenerPath =
|
||||
common.project.file("../../src/main/resources/accesswideners/${commonMod.minecraft_version}-${mod.id}.accesswidener")
|
||||
|
||||
mixin {
|
||||
defaultRefmapName.set("${commonMod.id}.refmap.json")
|
||||
}
|
||||
|
||||
runs {
|
||||
named("client") {
|
||||
client()
|
||||
|
||||
Reference in New Issue
Block a user