1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-16 23:40:31 +01:00

Changed old texture call to new texture

- Changed call to "shears.png", to its new name : "vines_shears.png"
This commit is contained in:
LeMagnesium 2015-03-04 17:30:17 +01:00
parent 66ee254fed
commit 9bfbd38c73

View File

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