mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-28 10:23:44 +01:00
Shears texture name
- complies with conventions - updated shears.lua
This commit is contained in:
parent
726db39caa
commit
7a37ef4f3b
@ -1,6 +1,6 @@
|
|||||||
minetest.register_tool("vines:shears", {
|
minetest.register_tool("vines:shears", {
|
||||||
description = "Shears",
|
description = "Shears",
|
||||||
inventory_image = "shears.png",
|
inventory_image = "vines_shears.png",
|
||||||
wield_image = "shears.png",
|
wield_image = "shears.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
max_drop_level=3,
|
max_drop_level=3,
|
||||||
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Loading…
Reference in New Issue
Block a user