TRUE 0.102.0 PARITY!!!!

Actaully adds ore generation
Actually adds natural spawning
Change requirePower to default to false
This commit is contained in:
2026-05-21 18:15:29 -04:00
parent f9f300cde7
commit 463334f1c5
22 changed files with 593 additions and 188 deletions
@@ -67,6 +67,9 @@ public class CommonClass
ModSounds.register();
ModPackets.register();
ModWorldGeneration.generateWorldGen();
if (Services.PLATFORM.getPlatformName().equals("FabricMC")) {
ModWorldGeneration.generateWorldGen();
}
}
}