added shears
This commit is contained in:
parent
a17756ce5e
commit
2193c3cd7b
Binary file not shown.
Before Width: | Height: | Size: 226 B |
BIN
mods/default/textures/default_shears.png
Normal file
BIN
mods/default/textures/default_shears.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 B |
@ -142,9 +142,9 @@ minetest.register_tool("default:knife_big", {
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_tool("default:leaves_cutter", {
|
||||
description = "Leaves Cutter",
|
||||
inventory_image = "default_leaves_cutter.png",
|
||||
minetest.register_tool("default:shears", {
|
||||
description = "Shears",
|
||||
inventory_image = "default_shears.png",
|
||||
tool_capabilities = {
|
||||
max_drop_level=3,
|
||||
groupcaps= {
|
||||
|
Loading…
x
Reference in New Issue
Block a user