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();
|
ModRecipes.register();
|
||||||
|
|
||||||
LifecycleEvent.SETUP.register(() -> {
|
LifecycleEvent.SETUP.register(ModBlocks::setupPots);
|
||||||
ModBlocks.setupPots();
|
|
||||||
ModEntities.registerSpawnPlacements();
|
ModEntities.registerSpawnPlacements();
|
||||||
});
|
|
||||||
|
|
||||||
ModBlockEntities.register();
|
ModBlockEntities.register();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user