Started by
TheVoidShadows
on
Topic category: Help with Minecraft modding (Java Edition)
1.) How exactly do structures decide where to generate?
Do they generate based on where the structure block was when the structure was made?
Do they generate based on the south-east corner of the structure?
Or do they generate based on the corner of the structure?
2.) If I am to offset the structure so that it is centered on where it generates, would I offset negative or positive?
Positive would be x: 1 y: 1 z:1
Nagative would be x: -1 y: -1 z: -1
Structures generate facing the positive x and z axis; essentially, the default option is the same thing as the game placing down a structure block on top of the ground, and triggering it. If rotation is randomized, it uses the same rotation system as the structure block.
I learned this the hard way.
Mcreator's instructions are kind of vague, but through a bit of trial and error, I've learned the following that might be useful to you:
Thank you. I'm safe to assume that the structure rotates BEFORE it offsets?
I have the same issue. But thanks to him he helped even though this is a loing time ago