remove unnecessary wear value
This commit is contained in:
parent
2a44879f1a
commit
64c39ef239
3
init.lua
3
init.lua
@ -139,8 +139,7 @@ for material, m in pairs(materials) do
|
|||||||
armor_heal = m.heal,
|
armor_heal = m.heal,
|
||||||
armor_use = m.use,
|
armor_use = m.use,
|
||||||
armor_radiation = math.floor(p.radlevel * m.radiation)
|
armor_radiation = math.floor(p.radlevel * m.radiation)
|
||||||
},
|
}
|
||||||
wear = 0,
|
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = name,
|
output = name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user