remove unnecessary wear value

master
OgelGames 2021-10-10 21:20:22 +11:00
parent 2a44879f1a
commit 64c39ef239
1 changed files with 1 additions and 2 deletions

View File

@ -139,8 +139,7 @@ for material, m in pairs(materials) do
armor_heal = m.heal,
armor_use = m.use,
armor_radiation = math.floor(p.radlevel * m.radiation)
},
wear = 0,
}
})
minetest.register_craft({
output = name,