fix bad shers wield image ref

This commit is contained in:
Vanessa Ezekowitz 2015-05-28 10:32:45 -04:00
parent eb519d1ee5
commit bf750c9721
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
minetest.register_tool("vines:shears", {
description = "Shears",
inventory_image = "vines_shears.png",
wield_image = "shears.png",
wield_image = "vines_shears.png",
stack_max = 1,
max_drop_level=3,
tool_capabilities = {