Binding Box confusion

Started by KingBugz on

Topic category: Help with modding (Java Edition)

Last seen on 05:06, 6. Jul 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Binding Box confusion

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?

Last seen on 05:42, 27. Mar 2022
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's easy, put in inital X =…
Mon, 11/30/2020 - 06:12

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

Last seen on 05:06, 6. Jul 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That helps for this…
Thu, 12/24/2020 - 04:04

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.