File Details
arcadiatweaks-0.1.0-all.jar
- R
- May 10, 2026
- 339.81 KB
- 80
- 1.21.1
- NeoForge
File Name
arcadiatweaks-0.1.0-all.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changelog
## 0.1.0 - All patch modules
Initial all-in-one ArcadiaTweaks release for NeoForge 1.21.1.
### Included modules
- BotanyPots: crop/soil memoization, tick coalescing, hopper export backoff and growth tick caching.
- Refined Storage: coalesced network node/transmitter activeness checks.
- Mekanism: conservative backoff for idle transmitter pull scans and network emit scans.
### Admin GUI
The menu is server-side only and uses a Minecraft inventory screen. Operators can enable/disable modules and tune patch settings without editing the config by hand.
### Safety
- Target mod classes are checked structurally, not by version string.
- If a target method/class changes, only the affected Mixin is skipped.
- One skipped patch does not disable the other modules.
- Every strategy has a config kill switch.

