Started by
DrMilk240
on
Topic category: Help with MCreator software
I have a block with a custom model, and I've set up the custom bounding box for it. However, the bounding box is in the corner of the block and not the center.
How would I center the bounding box?
youre probably using numbers like 0.25 or 0.625. use the numbers from 1 to 16.
I'm using the correct numbers. Its a 4 pixels wide and deep model thats 16 pixels tall, so i set that accordingly and its still in the corner.
blocks originate from (0, 0, 0). To fix this, you need to set your model to position (6, 0, 6)