mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-26 11:30:19 +02:00
Updated planflife modpack : bug fixes, less laggy, etc..
This commit is contained in:
15
mods/plantlife_modpack/vines/shear.lua
Normal file
15
mods/plantlife_modpack/vines/shear.lua
Normal file
@ -0,0 +1,15 @@
|
||||
minetest.register_tool("vines:shears", {
|
||||
description = "Shears",
|
||||
inventory_image = "vines_shears.png",
|
||||
wield_image = "shears.png",
|
||||
stack_max = 1,
|
||||
max_drop_level=3,
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
max_drop_level=0,
|
||||
groupcaps={
|
||||
snappy={times={[3]=0.2}, maxwear=0.05, maxlevel=3},
|
||||
wool={times={[3]=0.2}, maxwear=0.05, maxlevel=3}
|
||||
}
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user