mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Binoculars / Map mods: Clarify key-activation of items in descriptions
Map mod: Tune cyclic update interval. Re-add HUD flags update on item 'use'.
This commit is contained in:
parent
3f14d1012d
commit
36df80fc45
3 changed files with 11 additions and 6 deletions
|
@ -47,7 +47,7 @@ minetest.after(4.7, cyclic_update)
|
|||
-- Binoculars item
|
||||
|
||||
minetest.register_craftitem("binoculars:binoculars", {
|
||||
description = "Binoculars",
|
||||
description = "Binoculars\nUse with 'Zoom' key",
|
||||
inventory_image = "binoculars_binoculars.png",
|
||||
stack_max = 1,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue