File Details
agrarian-reform-1.2.0+build.2.jar
- R
- Apr 17, 2026
- 542.00 KB
- 91
- 26.1.2+2
- Fabric
File Name
agrarian-reform-1.2.0+build.2.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
[1.2.0+build.2] - 2026-04-17
Fixed
- CRITICAL: Moved
BlockColorsMixinto client-only mixin array — previously in shared array, causingClassNotFoundExceptioncrash on dedicated servers. - Trample Logic: Removed
agrarianreform$forceTrampleHEAD inject which bypassed vanilla'smob_griefingGameRule and entity size checks, incorrectly allowing small mobs to trample farmland. - Trample Logic: Cleaned dead comment block inside
agrarianreform$wrapTurnToDirt— WrapOperation is now the sole soft-step protection mechanism, correctly cooperating with vanilla's trample criteria. - Thread Safety:
ContinuumManager.UPDATE_QUEUEmigrated fromArrayDeque(not thread-safe) toConcurrentLinkedQueue. - Cleanup: Removed unused
AgrarianReformFabricClient.javastub (not referenced byfabric.mod.json). - Cleanup: Removed unused
CompoundTagandHolderLookupimports fromContinuumData.java.