Merge pull request #329 from FozLand/maxwear

Replace deprecated field
This commit is contained in:
Vanessa Ezekowitz 2016-11-04 20:59:12 -04:00 committed by GitHub
commit 7429d86dc9
1 changed files with 2 additions and 2 deletions

View File

@ -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=100, maxlevel=1},
fleshy={times={[2]=5.50, [3]=2.80}, uses=100, maxlevel=1}
}
},
})