fix #25
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:
@@ -53,10 +53,9 @@ public class CommonClass
|
||||
|
||||
ModRecipes.register();
|
||||
|
||||
LifecycleEvent.SETUP.register(() -> {
|
||||
ModBlocks.setupPots();
|
||||
LifecycleEvent.SETUP.register(ModBlocks::setupPots);
|
||||
|
||||
ModEntities.registerSpawnPlacements();
|
||||
});
|
||||
|
||||
ModBlockEntities.register();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user