promotional bannermobile promotional banner

MCB-SU Tracker

Tracks and aggregates the total Stress Unit (SU) capacity for each FTB Team, exporting real-time data for server integrations and leaderboards.

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

NeoForge

implementation "curse.maven:mcb-su-tracker-1403687:7328175"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🌟 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 
    BlockPos
     for stability.
  • Updated dependency to Create Mod 6.0+ standards for rendering and block behavior.