57b032d062
- Leaves left in the sun decay to nothing. - Leaves deprived of air decay into dirt. TODO: - Decay out of stack nodes, half-life qty? - Dig particle effects for node destruction; create API and apply to other places?
18 lines
347 B
Lua
18 lines
347 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include
|
|
= include
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
include("api")
|
|
include("node")
|
|
include("leafdecay")
|
|
include("compost")
|
|
|
|
include("stick")
|
|
|
|
include("schematic")
|
|
include("decor")
|
|
include("cultivation")
|
|
|
|
include("ambiance")
|