diff --git a/shear.lua b/shear.lua index 5a0ddc4..996cfdc 100644 --- a/shear.lua +++ b/shear.lua @@ -1,6 +1,6 @@ minetest.register_tool("vines:shears", { description = "Shears", - inventory_image = "shears.png", + inventory_image = "vines_shears.png", wield_image = "shears.png", stack_max = 1, max_drop_level=3, diff --git a/textures/shears.png b/textures/vines_shears.png similarity index 100% rename from textures/shears.png rename to textures/vines_shears.png