TRUE 0.102.0 PARITY!!!!
Actaully adds ore generation Actually adds natural spawning Change requirePower to default to false
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ public final class JRClothConfigScreens {
|
||||
|
||||
general.addEntry(
|
||||
eb.startBooleanToggle(Component.literal("Require Power"), cfg.requirePower)
|
||||
.setDefaultValue(true)
|
||||
.setDefaultValue(false)
|
||||
.setTooltip(Component.literal("When disabled, machines do not consume power, hide power bars, and energy pipes do not connect to machines."))
|
||||
.setSaveConsumer(v -> cfg.requirePower = v)
|
||||
.requireRestart()
|
||||
|
||||
@@ -14,5 +14,6 @@ public class DataGenerators implements DataGeneratorEntrypoint {
|
||||
pack.addProvider(FabricBlockLootTableProvider::new);
|
||||
pack.addProvider(FabricEntityLootTableProvider::new);
|
||||
pack.addProvider(FabricRecipeProvider::new);
|
||||
pack.addProvider((output, registriesFuture) -> new ModWorldgenProvider(output));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,7 +48,8 @@
|
||||
"architectury": ">=${architectury_version}",
|
||||
"cloth-config": ">=${cloth_config_version}",
|
||||
"geckolib": ">=${geckolib_version}",
|
||||
"modmenu": ">=${modmenu_version}"
|
||||
"modmenu": ">=${modmenu_version}",
|
||||
"team_reborn_energy": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
|
||||
Reference in New Issue
Block a user