How can I change the hitbox size of an entity?

Started by lixonLixo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I change the hitbox size of an entity?

I am making a mod for Minecraft. It features a mob that is three blocks tall. I want it to be able to crouch when the space above it is too low. To achieve this, I need to change the size of its hitbox, but the problem is that there is no such option in the procedures. I would like to know how this can be done.

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm a relatively new user…
Sun, 01/26/2025 - 00:12

I'm a relatively new user but I can answer this one! The setting is called "bounding box" and it's located in the visuals tab/heading when you are setting up your model. It is directly beneath the model visual scale setting.

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! It works.
Sun, 01/26/2025 - 10:39

Thank you! It works.