310ce1bc6c
- Collapse all nodecore "core" mods in the /mods listing, so it's easier to find the actual add-on mods. - Parameterize in-game branding to make renaming derivatives just a little easier.
14 lines
366 B
Lua
14 lines
366 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include('register_craft')
|
|
include('craft_check')
|
|
include('item_place_node')
|
|
include('on_punchnode')
|
|
include('fx_smoke')
|
|
include('register_cook_abm')
|