File Details
quackedsmp-fabric-2.1.7.jar
- R
- Apr 29, 2026
- 604.52 KB
- 22
- 26.1.2
- Fabric
File Name
quackedsmp-fabric-2.1.7.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
HOTFIX
ChunkRegenManager.java:
- Wilderness regen now discovers all dimensions correctly (was missing overworld, nether, end entirely)
- Claims are loaded from the correct 26.x SavedData path
- Spawn protection area is now preserved during regen (reads spawn pos + radius from level.dat and server.properties)
- Dimension folder resolution uses the new dimensions/<namespace>/<path> layout
DimManager.java:
- Offline player relocation uses correct 26.x player data path (LevelResource.PLAYER_DATA_DIR)
- Removed dead scrubLevelDat code (WorldGenSettings no longer exists in 26.x)
EndResetLogic.java:
- End terrain reset uses correct 26.x path (dimensions/minecraft/the_end instead of DIM1)
- Now also clears the entities subfolder (new in 26.x)

