How can I change the hitbox size of an entity?

Started by lixonLixo on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Jan 2025
Points:
33

User statistics:

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

Active 6 months ago
Joined Sep 2024
Points:
97

User statistics:

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

Active 6 months ago
Joined Jan 2025
Points:
33

User statistics:

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

Thank you! It works.