arcadia-patch-create is a focused NeoForge performance patch mod for Arcadia's Minecraft 1.21.1 server stack.
The repository intentionally keeps main limited to patches that have been tested and approved. Experimental ideas,
profiling notes, and broader optimization research live on dev.
Project links:
- Repository:
https://github.com/Blushister/arcadia-patch-create - Issues:
https://github.com/Blushister/arcadia-patch-create/issues
- Create
BeltInventoryearly return when a belt is completely empty. - Create
FluidTransportBehaviouridle fast-path with conservative server-side guards.
- Minecraft
1.21.1 - NeoForge
21.1.221 - Create
6.0.9 - Java
21 - Current mod version:
1.1.0
./gradlew.bat clean jarThe compiled jar is generated in build/libs/.
src/main/java- mod sourcessrc/main/resources- NeoForge and Mixin metadatadocs/stable- approved reports and test proceduresdocs/research- investigation material, only ondev
Only patches that meet all of the following criteria should be merged into main:
- clean startup
- no known gameplay regression
- plausible Spark improvement on the targeted hotspot
- conservative implementation with a narrow blast radius