73d2c4b5e8
- Make planted eggcorns evident via visual and description; it was too easy for new players to think they screwed up the recipe. - Leaves inherit growth rate of trunk. - Growth particles at tip of growing trunk. - Code cleanup, refactoring, break up large files. - Minor texture adjustments.
22 lines
411 B
Lua
22 lines
411 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("node")
|
|
include("leafdecay")
|
|
include("compost")
|
|
|
|
include("stick")
|
|
|
|
include("schematic")
|
|
include("decor")
|
|
|
|
include("grow_node")
|
|
include("grow_active")
|
|
|
|
include("ambiance")
|