nc_nature-cd2025/init.lua
Aaron Suen 7b82325637 Continue major code restructuring
- Move things into feature-specific files
- Separate files into layers lexically
- Consistently variablize modname
2021-09-06 17:19:38 -04:00

26 lines
560 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include
= include
-- LUALOCALS > ---------------------------------------------------------
include("biomes")
include("bamboo")
include("nodes")
include("schematic")
include("bigdecor")
include("plants")
include("fungi")
include("decor")
include("cultivate")
include("item_fiber")
include("item_thatch")
include("flora_flower")
include("flora_grass")
include("flora_mossy")
include("flora_reed")
include("flora_shrub")
include("flora_starflower")
include("flora_thornbriar")