Skip to content

FireballPredictor 1.10.0 (MC 26.2)

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:33

Tracking & Controls

  • Toggle Mod Keybinding: Added a configurable keybinding (Toggle Mod (Master Tracking)) under the "Fireball Predictor" category to quickly enable or disable master projectile tracking in real-time, unbound by default.
  • In-Game Action Bar Feedback: Toggling tracking via keybinding displays a real-time action bar overlay status message (Tracking Enabled / Tracking Disabled) and immediately persists the setting to configuration.
  • Breeze Mob Classification: Correctly classified Breezes as hostile mob sources so Breeze wind charges respect mob tracking filters instead of falling back to command/other source filters.
  • Breeze Config Toggle: Added a dedicated Track Breezes toggle under Mob Sources with schematic preview support and full localization across all 11 languages.

Performance & Memory

  • View Frustum Culling: Trajectory ribbons and shockwave domes calculate an axis-aligned bounding box and check camera view frustum visibility before submission, eliminating off-screen render overhead.
  • Damage Raycast Early-Out: Skips main-thread line-of-sight raycasts when players are safely out of blast range, eliminating frame drops during multi-projectile barrages.
  • Explosion & Memory Optimizations: Precomputed explosion ray unit vectors, zero-allocation ray stepping, and lazy fluid snapshots significantly reduce CPU usage and GC micro-stutters.