nc_nature-cd2025/init.lua
wintersknight94 97b6bc95f7
Decay Nerf, Bamboo Changes, Thornbriar Changes
-Nerfed the decay rate of uprooted plants
-Made Thornbriars shorter and more reliable
-added alias for old bamboo
-new "living bamboo" node
-added 'facedir' parameter to bamboo
2021-03-30 22:24:52 -05:00

16 lines
380 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
include("biomes")
include("bamboo")
include("nodes")
include("thatch")
include("schematic")
include("bigdecor")
include("plants")
include("fungi")
include("decor")
include("cultivate")