2020-09-04 19:07:45 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
|
|
|
local nodecore
|
|
|
|
= nodecore
|
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
|
|
|
nodecore.register_hint("craft a torch from staff and coal lump",
|
|
|
|
"assemble torch",
|
|
|
|
{"nc_woodwork:staff", "nc_fire:lump_coal"}
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("light a torch",
|
2020-09-06 18:10:07 -04:00
|
|
|
"group:torch_lit",
|
2020-09-04 19:07:45 -04:00
|
|
|
"assemble torch"
|
|
|
|
)
|