promotional bannermobile promotional banner

DoxHitbox

Precise per-part OBB hitboxes (head/torso/arms/legs) that match the rendered pose.
Back to Files

doxhitbox-1.0.4.jar

File namedoxhitbox-1.0.4.jar
Uploader
Doxa97Doxa97
Uploaded
Aug 10, 2026
Downloads
10
Size
129.7 KB
Mod Loaders
Forge
File ID
8617505
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:doxhitbox-1620178:8617505")

Learn more about Curse Maven

What's new

MultiHitboxLib is no longer used at all.

That mod has been discontinued, and this one only ever used it to walk from a
part entity back to its parent — which Forge's own PartEntity already provides.
MHLib's parts extend that class, so setups that still have it keep working
exactly as before. One less dependency, wider compatibility.

Fixed: part scale is now carried in the pose snapshot. Entities whose model parts
are scaled up or down had hitboxes that no longer matched what you see.

Added: per-entity render scale can be registered from code instead of hand-tuning
`scales` in hitbox_obb.json. (Leave `scales` empty — it overrides the automatic value.)

Fixed: a client-side memory leak during long sessions. Model parts accumulated in
the part-name registry; they are now weakly held and collected normally.

This mod has no additional files