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", {
|
minetest.register_tool("special_tools:shears", {
|
||||||
description = "Shears",
|
description = "Shears",
|
||||||
inventory_image = "shears.png",
|
inventory_image = "shears.png",
|
||||||
wield_image = "shears.png",
|
wield_image = "shears.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
max_drop_level=3,
|
max_drop_level=3,
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 1.0,
|
||||||
max_drop_level=0,
|
max_drop_level=0,
|
||||||
groupcaps={
|
groupcaps={
|
||||||
snappy={times={[3]=0.2}, maxwear=0.05, maxlevel=3},
|
snappy={times={[3]=0.2}, maxwear=0.05, maxlevel=3},
|
||||||
wool={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