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
parent 1039a293a2
commit 012b0a9e14
@@ -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();