Aaron Suen 2e9d342110 Complex concrete dungeon materials
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.
2021-09-27 07:55:35 -04:00

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