forked from mtcontrib/plantlife_modpack
fix bad shers wield image ref
This commit is contained in:
parent
eb519d1ee5
commit
bf750c9721
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user