Update 'mods/binoculars/init.lua'
This commit is contained in:
parent
a8e670f1b6
commit
53049754d2
|
@ -60,7 +60,7 @@ minetest.after(4.7, cyclic_update)
|
|||
|
||||
minetest.register_craftitem("binoculars:binoculars", {
|
||||
description = S("Binoculars") .. "\n" .. S("Use with 'Zoom' key"),
|
||||
inventory_image = "binoculars_binoculars.png",
|
||||
inventory_image = "binoculars.png",
|
||||
stack_max = 1,
|
||||
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
|
|
Loading…
Reference in New Issue