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.6.jar

File namedoxhitbox-1.0.6.jar
Uploader
Doxa97Doxa97
Uploaded
Aug 20, 2026
Downloads
80
Size
130.5 KB
Mod Loaders
Forge
File ID
8690095
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

What's new

1.0.6

Fixed the reported bug: "tacz bullets pass through and don't do any damage
(it only works on spiders and creepers)".

You were right, and here is what was happening. The favor-the-shooter path lets
the bullet pass through on the server and waits for the shooter's client to claim
the hit — but that claim is only turned into damage by a companion mod. With this
mod on its own there was nothing to consume the claim, so the claim was dropped
while the pass-through stayed: humanoids took no damage at all. Spiders and
creepers are not handled by the oriented hitboxes, which is why only those worked.

Now, when nothing is there to consume claims, bullets are resolved on the server
directly instead. Same accuracy, just without the lag compensation.

Also fixed: bullets could miss a prone target.

This mod has no additional files