Binding Box confusion

Started by KingBugz on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2018
Points:
851

User statistics:

  • Modifications: 1
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 79
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?

Active 3 years ago
Joined May 2020
Points:
665

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
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

Active 2 years ago
Joined Sep 2018
Points:
851

User statistics:

  • Modifications: 1
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 79
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.