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:
Treer
2021-02-06 21:53:42 +11:00
parent b30272d2dd
commit bafa4e8ea1
2 changed files with 105 additions and 10 deletions

View File

@ -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")