forked from mtcontrib/technic_armor
remove unnecessary wear value
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user