Update 'mods/binoculars/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 20:03:59 +00:00
parent a8e670f1b6
commit 53049754d2
1 changed files with 1 additions and 1 deletions

View File

@ -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)