File Details
Su-Tracker-1.1.0.jar
- R
- Dec 13, 2025
- 18.78 KB
- 20
- 1.21.1
- NeoForge
File Name
Su-Tracker-1.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
🌟 New Features & Visuals
- Stressometer Model: The Su-Tracker block now visually matches the Create Mod's Stressometer, including a proper gauge interface and shaft connections.
- Animated Shaft: The connecting shaft now renders dynamically and rotates when connected to a running kinetic network.
- Smart Placement: Updated placement logic to behave exactly like other Create gauges (Stressometer/Speedometer). It can now be attached to walls, ceilings, and floors in any orientation (
).DirectionalAxisKineticBlock
🐛 Bug Fixes & Improvements
- Ghost Network Fix: Resolved a critical issue where network IDs were ghosting and accumulating, causing the total SU count to bloat into the millions (e.g., "4,000,000 SU").
- Accurate Tracking: Implemented a new position-based tracking system. The mod now accurately handles merging and splitting networks without double-counting or retaining old data.
- Data Persistence: Team SU values now persist even when chunks are unloaded (session-based), preventing values from vanishing when players leave the area.
- Hitbox Fix: Manually corrected the block's hitbox to ensure it is selectable and breakable, fixing issues with previous inheritance attempts.
⚙️ Technical
- Refactored
SuTrackerManager to key data by
for stability.BlockPos - Updated dependency to Create Mod 6.0+ standards for rendering and block behavior.

