binoculars

This commit is contained in:
sfan5 2019-09-10 20:03:04 +02:00
parent 694ba7f079
commit 575b0fec56

View file

@ -59,7 +59,7 @@ minetest.after(4.7, cyclic_update)
-- Binoculars item
minetest.register_craftitem("binoculars:binoculars", {
description = S("Binoculars\nUse with 'Zoom' key"),
description = S("Binoculars") .. "\n" .. S("Use with 'Zoom' key"),
inventory_image = "binoculars_binoculars.png",
stack_max = 1,