1
0
mirror of https://github.com/minetest-mods/nether.git synced 2025-05-02 17:20:31 +02:00

Preserve original mapgen as a "nobiomes" version

For v6 mapgen which doesn't support biomes, or MT versions prior to 5.1 which don't support the necessary biome features
This commit is contained in:
Treer 2020-06-05 19:36:30 +10:00
parent 86105b4eb8
commit 94222d44e0

@ -19,6 +19,7 @@
]]-- ]]--
nether.DEPTH_FLOOR = -30912 -- this mapgen will create Nether all the way down
-- Parameters -- Parameters