mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +02: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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user