Changes spawnplacements to be able to queue with other mods, rather than strictly in SETUP, this might cause other issues
This commit is contained in:
2026-05-31 21:41:07 -04:00
committed by Eli Gibbs
parent 1039a293a2
commit 434d843b05
@@ -53,10 +53,9 @@ public class CommonClass
ModRecipes.register(); ModRecipes.register();
LifecycleEvent.SETUP.register(() -> { LifecycleEvent.SETUP.register(ModBlocks::setupPots);
ModBlocks.setupPots();
ModEntities.registerSpawnPlacements(); ModEntities.registerSpawnPlacements();
});
ModBlockEntities.register(); ModBlockEntities.register();