
Missing Structure Fix - Fix for Missing Structure Bug
This mod addresses the MC-194811 bug in Minecraft that prevents chunks from saving due to missing structures. The modification also enhances logging when such issues are detected.
Why Do Missing Structures Occur?
These situations can occur when:
- Removing mods that add specific structures to the game
- Changes in other mods that remove previously existing structures
How the Fix Works
Normally, chunks with missing structures cannot be written to disk, remaining in read-only mode. This mod adjusts the saving mechanism, allowing such chunks to save and function normally.
Important note: If you remove the mod before visiting all problematic chunks, they will stop saving again. It's recommended to first visit all areas with missing structures before uninstalling the fix.
The mod represents a port of the fix from Fabric API, adapted to work with Forge.