Lua_api.txt: Change 'maxwear' to 'uses' in 'tool_capabilities'

'maxwear' has been deprecated for over 3 years
Add spaces around '=' nearby
This commit is contained in:
DonBatman 2016-08-14 04:40:31 -07:00 committed by paramat
parent f21dae6339
commit 986d70ccec
1 changed files with 10 additions and 11 deletions

View File

@ -3472,27 +3472,26 @@ Definition tables
{ {
description = "Steel Axe", description = "Steel Axe",
groups = {}, -- key=name, value=rating; rating=1..3. groups = {}, -- key = name, value = rating; rating = 1..3.
if rating not applicable, use 1. if rating not applicable, use 1.
e.g. {wool=1, fluffy=3} e.g. {wool = 1, fluffy = 3}
{soil=2, outerspace=1, crumbly=1} {soil = 2, outerspace = 1, crumbly = 1}
{bendy=2, snappy=1}, {bendy = 2, snappy = 1},
{hard=1, metal=1, spikes=1} {hard = 1, metal = 1, spikes = 1}
inventory_image = "default_tool_steelaxe.png", inventory_image = "default_tool_steelaxe.png",
wield_image = "", wield_image = "",
wield_scale = {x=1,y=1,z=1}, wield_scale = {x = 1, y = 1, z = 1},
stack_max = 99, stack_max = 99,
range = 4.0, range = 4.0,
liquids_pointable = false, liquids_pointable = false,
tool_capabilities = { tool_capabilities = {
full_punch_interval = 1.0, full_punch_interval = 1.0,
max_drop_level=0, max_drop_level = 0,
groupcaps={ groupcaps = {
-- For example: -- For example:
snappy={times={[2]=0.80, [3]=0.40}, maxwear=0.05, maxlevel=1}, choppy = {times = {[1] = 2.50, [2] = 1.40, [3] = 1.00}, uses = 20, maxlevel = 2},
choppy={times={[3]=0.90}, maxwear=0.05, maxlevel=0}
}, },
damage_groups = {groupname=damage}, damage_groups = {groupname = damage},
}, },
node_placement_prediction = nil, node_placement_prediction = nil,
--[[ --[[