File Details
matteroverdrive-1.1.0.jar
- B
- May 12, 2026
- 17.91 MB
- 58
- 1.12.2
- Forge
File Name
matteroverdrive-1.1.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
NOW REQUIRES MIXIN BOOTER
[1.1.0] - 2026-05-09
Added
- New Dependancy - MixinBooter for Tough As Nails compatibility.
- Added Tough As Nails compatibility and configuration entries.
- Tough As Nails - thirst management on ZeroCalories ability with power costs (configurable).
- Tough As Nails - temperature management on new unlockable ability, either surpress or regulate (configurable).
Fixed
- Improved performance with managePotionEffects, early exit to avoid per tick arraylists.
- Improved performance with android stats iteration, cache unlocked stats seperately to avoid checking locked stats, only check stats which are unlocked.
- Improved performance with minimap ability. O(chunk) using entities within AABB instead of o(world), scanning the whole world. Staggered the scan operations to reduce spikes. Guard scan operation to only when ability is in use, not sure why it never was.
- Cache max energy lookups and deloop respawn energy fill to a single operation.
- Damage source type to a static final instead of 700 reallocations.
- Gate android potion effect spam behind potion check, avoid 4x700 new potion effect applications and network packets.

