[building_blocks] init.lua: Replace deprecated value "maxwear=0.01" with
"uses='maxwear'".
This commit is contained in:
parent
5ff2cd9e59
commit
62aa0ff4aa
@ -573,8 +573,8 @@ minetest.register_tool("building_blocks:knife", {
|
||||
tool_capabilities = {
|
||||
max_drop_level=0,
|
||||
groupcaps={
|
||||
choppy={times={[2]=7.50, [3]=2.80}, maxwear=0.01, maxlevel=1},
|
||||
fleshy={times={[2]=5.50, [3]=2.80}, maxwear=0.01, maxlevel=1}
|
||||
choppy={times={[2]=7.50, [3]=2.80}, uses="maxwear", maxlevel=1},
|
||||
fleshy={times={[2]=5.50, [3]=2.80}, uses="maxwear", maxlevel=1}
|
||||
}
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user