Started by
KingBugz
on
Topic category: Help with Minecraft modding (Java Edition)
So the "Guide" for binding boxes is just down right confusing.
Is there any visual representation for this? I have a 2x2x2 pixel box that sits directly on the center top of blocks.
Is there a way to code the item to detect the object and automatically create its binding box? Or a tool that I can use for this?
It's easy, put in inital X = 0.4 and the other x value = 0.6 , with Z it's the same and with Y you can use for initial value = 0 and for the other you can use 0.2
That helps for this particular block, but I have MANY custom blocks with many different shapes and sizes.
I appreciate your help, but I am looking for a more universal solution.