cardboard-pet-forge-1.20.1-0.4.3.jar
Curse Maven Snippet
What's new
### Fixed
- Cardboard boxes now actually attack twice as often (every 10 ticks instead
of 20) both on the ground and mid-flight. A first attempt overrode
`MeleeAttackGoal#getAttackInterval()`, which turned out to have no effect:
vanilla's `resetAttackCooldown()` hardcodes a 20-tick delay instead of
consulting it, and the backing cooldown field is private. Fixed by
overriding `checkAndPerformAttack(...)` directly with a self-managed
cooldown instead.
This mod has no additional files