Mineclonia/mods/MAPGEN/mcl_mapgen_core
Nils Dagsson Moskopp 5f5796330f
Add LBM to fix MineClone2 <0.71 Nether roof void
Older versions of the MineClone2 map generator generated void nodes on
the Nether roof. These nodes prevented building there and allow players
to “chunktrail”, i.e. finding explored areas by going along old chunks.

This patch adds an LBM and a setting to activate it (default is false).

The LBM replaces void nodes on the Nether roof with air. This can cause
lag while the affected areas are being fixed. For this reason the LBM is
disabled by default. Note that the LBM is only useful if a world had the
Nether roof generated in MineClone2 <0.71; new worlds have no roof void.

There are probably better ways to fix the Nether roof, but this does
work and is a full solution to the problem, as the lag is temporary.
2022-05-07 15:56:05 +02:00
..
init.lua Add LBM to fix MineClone2 <0.71 Nether roof void 2022-05-07 15:56:05 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00