Started by
Applestripe
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to make a big castle structure, but it always gets cut off at chunk borders. Anyone help?
Topic category: Help with Minecraft modding (Java Edition)
I would like to make a big castle structure, but it always gets cut off at chunk borders. Anyone help?
One way to do this would be to divide it into several substructures, and then add blocks that immediately generate said substructures on their current position. Then, make a structure that fits in a chunk that contains the generation block. You can add more onto the other parts and eventually, the entire castle will generate.
Make a block spawn the structure when it's updated
@COMANDO 66 @VuFlub thank you, I'll try doing that