Started by
Draemonaurious
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to set the mods element/block load/spawn order? So when the mod loads it spawns "block a" then "block b" and so on.
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to set the mods element/block load/spawn order? So when the mod loads it spawns "block a" then "block b" and so on.
wdym?
If I wanted to have a certain custom block spawn in the world and then another to only spawn in the former block I would need the former to spawn first, then the latter. Otherwise the latter will never spawn if it tries to spawn first.
I need to make sure the blocks spawn in proper order.