2e9d342110
Use all base concrete materials in dungeon gen. - From y=+32 to y=+64, transition from stone to a 50/50 mix of adobe and sandstone. - From y=-640 to y=-768, transition from stone to tarstone. Adds some more variety and reason to explore dungeons.
16 lines
357 B
Lua
16 lines
357 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("wet")
|
|
include("patterns")
|
|
include("node")
|
|
include("register")
|
|
include("stylus")
|
|
include("dungeon")
|
|
include("hints")
|