20 lines
389 B
Lua
20 lines
389 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("cultivation")
|
|
|
|
include("ambiance")
|