A focused, server-side performance optimization mod for the Create mod on NeoForge 1.21.1.
Originally developed for the Arcadia server network, every patch included in a release has passed a strict validation policy: clean startup, no gameplay regression, confirmed improvement via Spark profiler on the targeted hotspot, and a conservative implementation with a narrow blast radius.
| Patch | Target | Effect |
|---|---|---|
| Belt Inventory | BeltInventory |
Early return when the belt is completely empty — skips unnecessary tick logic |
| Fluid Transport | FluidTransportBehaviour |
Idle fast-path for Create fluid pipes with conservative server-side guards |
| Chute Throttle | ChuteBlockEntity |
Adaptive throttling of input probe logic based on server MSPT |
| Factory Gauge Throttle | FactoryPanelBehaviour |
Throttles storage-monitor updates for factory gauges |
| Item Fast Despawn | Item entities | Marks Create-spawned physical items for early despawn (configurable) |
All patches are server-side only — no client installation required.
Every patch can be toggled without restarting the server via the admin command:
/arcadiapatchcreate <subcommand>
Requires operator level 2.
Available controls:
/arcadiapatchcreate panel)/arcadiapatchcreate debug dump)Settings persist across restarts in arcadia-patch-create.properties.