2020-09-04 19:07:45 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
|
|
|
local nodecore
|
|
|
|
= nodecore
|
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
|
|
|
nodecore.register_hint("chisel a hinge groove into a wooden plank",
|
|
|
|
"drill door plank",
|
|
|
|
{"anvil making lode rod", "split tree to planks"}
|
|
|
|
)
|
|
|
|
|
2020-09-26 22:12:57 -04:00
|
|
|
nodecore.register_hint("insert wooden pin into wooden panel",
|
2020-09-04 19:07:45 -04:00
|
|
|
"door pin plank",
|
|
|
|
"drill door plank"
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("chisel a hinge groove into cobble",
|
|
|
|
"drill door cobble",
|
|
|
|
{"anvil making lode rod", "nc_terrain:cobble"}
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("insert metal rod into a cobble panel",
|
|
|
|
"door pin cobble",
|
|
|
|
"drill door cobble"
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("compress something with a hinged panel",
|
|
|
|
"witness:press",
|
|
|
|
"group:door"
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("catapult an item with a hinged panel",
|
|
|
|
"door catapult",
|
|
|
|
"group:door"
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("propel hinged panel with focused light",
|
|
|
|
"door ablation",
|
2022-01-09 13:07:16 -05:00
|
|
|
{"group:optic_lens_emit", "group:door"}
|
2020-09-04 19:07:45 -04:00
|
|
|
)
|
2020-09-11 01:08:20 -04:00
|
|
|
|
2020-09-26 22:12:57 -04:00
|
|
|
nodecore.register_hint("place a node with a hinged panel",
|
2020-09-11 01:08:20 -04:00
|
|
|
"witness:door placement",
|
|
|
|
"group:door"
|
|
|
|
)
|
|
|
|
|
2020-09-26 22:12:57 -04:00
|
|
|
nodecore.register_hint("complete a craft with a hinged panel",
|
2020-09-11 01:08:20 -04:00
|
|
|
"witness:door place-craft",
|
|
|
|
"group:door"
|
|
|
|
)
|
2020-09-29 23:27:41 -04:00
|
|
|
|
|
|
|
nodecore.register_hint("complete a pummel with a hinged panel and tool head",
|
|
|
|
"witness:door pummel",
|
|
|
|
"group:door"
|
|
|
|
)
|
|
|
|
|
|
|
|
nodecore.register_hint("dig a node with a hinged panel and tool",
|
|
|
|
"witness:door dig",
|
|
|
|
"group:door"
|
|
|
|
)
|
|
|
|
|
2020-10-05 22:01:18 -04:00
|
|
|
nodecore.register_hint("push an item into a storage box with a hinged panel",
|
2020-09-29 23:27:41 -04:00
|
|
|
"witness:door store",
|
|
|
|
"group:door"
|
|
|
|
)
|