Started by
BastianCraftFuture
on
Topic category: Help with MCreator software
So, here's the problem, i think i screwed it up, i tried to use the new bounding boxes but the result isn't what i need, so, please help me
Here is the 3D Model i made on Blockbench
How i have the bounding boxes
How does it looks like in Minecraft
If you know more about this and you think you can help, please tell me below, i'm so confused with this right now
The bounding box uses a coordinate system that extends from the corners. You will need to do some math and changing around the minimum coordinates. This is hard to explain in words so I'm going to make some equations.
(For centring bounding box at x = 8, z = 8 / half a block):
Min_x = (model_x_length / 2) - 8
Max_x = (model_x_length / 2) + 8
Min_z = (model_z_length / 2) - 8
Max_z = (model_z_length / 2) + 8
You do not need to change the Y values, they look alright.
thank you so much, now it looks good, actually, how i wanted to, really, thank you