edea123a1e
- Move hint handling down to API layer - Simplify stat data; old nc_stats counting can be moved out to a separate mod. We only need whether the player has seen or not. - Invert inventory tab responsibility. - Merge witness system in from crafting. TODO: - Redistribute hint registration responsibility to individual mods. - Test external mod compat. - Retire old nc_stats and nc_guide systems. - Add a way to reset hints.
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")
|