File Details
cbc_ballistics-1.2.jar
- R
- Apr 27, 2026
- 287.83 KB
- 407
- 1.21.1
- NeoForge
File Name
cbc_ballistics-1.3.0a-neoforge-1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Fixed
- Fixed a server crash in
CannonControllerBlockEntitywhenCannonMountBlockEntity.getContraption()returnsnull. - Fixed invalid/empty ballistic solutions being forwarded to cannons.
- Fixed
Projectile.simulate()returningnullcausing aNullPointerException; this is now handled cleanly asOut of range.
Improved
- Added null guards for cannon mount contraption pitch/yaw access.
- Ballistic calculation failures now log cleanly instead of breaking the server flow.
- Added ballistic debug logging for:
- cannon and target positions
- distance, vertical difference, and yaw
- charge and pitch ranges
- per-charge failure details
- simulation details when no hit result is produced
Result
- No more CBC server crashes during targeting on heavily modded servers.
- Cannon calculation and aiming are working again.
- Remaining
SableUDP errors are external and not part ofCBC_Ballistics.

