fix indentation
This commit is contained in:
parent
5ac073564b
commit
84f2b5a97e
18
init.lua
18
init.lua
@ -4,17 +4,17 @@
|
||||
|
||||
minetest.register_tool("special_tools:shears", {
|
||||
description = "Shears",
|
||||
inventory_image = "shears.png",
|
||||
wield_image = "shears.png",
|
||||
stack_max = 1,
|
||||
inventory_image = "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},
|
||||
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}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user