how do i make 2x2x2 blocks have functioning collision?

Started by Quibop on

Topic category: Help with MCreator software

Last seen on 01:07, 22. Jun 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make 2x2x2 blocks have functioning collision?

when i try to do it, when you go into it on the sides, you go right through it, and from the top, you are 2 blocks up, but the parts of the bounding box that aren't directly above the original block don't work, you just fall through

if that made sense to anyone, please help me

Last seen on 16:47, 29. Oct 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The best way to solve this…
Fri, 05/21/2021 - 00:00

The best way to solve this would be to use multiblocks. I had this problem in the past as well, and settled with placing blocks in all of the areas that your main block covers, similar to how a door or bed functions. It's the only solution I know of. If you get confused, check out the source code for the door or bed classes directly from inside MCreator file browser.