promotional bannermobile promotional banner

ArcadiaTweaks

Server-side Mixin optimizations for BotanyPots large farms. Crop/Soil memoization, tick coalescing, hopper backoff & more — each strategy has its own kill-switch. NeoForge 1.21.1.

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

NeoForge

implementation "curse.maven:arcadiatweaks-1528620:8069729"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.