7fc796bd93
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.
15 lines
309 B
Lua
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"
|
|
)
|