mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-03 08:50:32 +02:00
Improve dungeons
* clears netherrack from dungeon stairways * Adds pillars or mezzanine floors to large rooms * slightly more careful with window placement * glowstone sometimes added behind in windows
This commit is contained in:
@ -68,7 +68,7 @@ if minetest.read_schematic == nil then
|
||||
error("This " .. nether.modname .. " mapgen requires Minetest v5.1 or greater, use mapgen_nobiomes.lua instead.", 0)
|
||||
end
|
||||
|
||||
-- Load mapgen helper functions for specialized areas of the mapgen
|
||||
-- Load specialty helper functions
|
||||
dofile(nether.path .. "/mapgen_dungeons.lua")
|
||||
dofile(nether.path .. "/mapgen_mantle.lua")
|
||||
|
||||
|
Reference in New Issue
Block a user