Aaron Suen 7fc796bd93 Hints for dropping items
These may be especially valuable because some
players may be used to dropping items ONLY using
the formspec inventory and may have forgotten that
they even have key bindings for this; the hint should
motivate them to search for a way.
2020-09-26 16:17:11 -04:00

15 lines
309 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local nodecore
= nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.register_hint(
"drop an item",
"item_drop"
)
nodecore.register_hint(
"drop all your items at once",
"aux_item_drop"
)