More Hitboxes
What is it?
The More Hitboxes mod provides developers with the ability to add multiple hitboxes to their custom game objects and characters. These additional interaction zones can be configured to work with animations created through the popular GeckoLib library.
Who is it for?
Players: If you're installing mods that work with this library, simply download the appropriate version for your Minecraft. Options are available for Forge or Fabric.
Features for Developers (Version 1.0)
Core Functionality:
- Unlimited number of hitboxes configurable via datapacks
- Integration with GeckoLib animations - hitboxes can be attached to model bones
- Special attack hitboxes capable of damaging players
- Helper plugin for Blockbench simplifying hitbox creation
Current Limitations:
- Default collision area remains unchanged
- GeckoLib-controlled movements are not synchronized with the server
- Attack hitboxes work only on the client side and interact only with players
For detailed setup information and usage examples, refer to the documentation on GitHub. Embedded Java documentation is also available after adding the dependency to your project.