97b6bc95f7
-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
16 lines
380 B
Lua
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")
|