forked from mtcontrib/technic_armor
parent
5a5085f874
commit
d3e5dadbba
4
init.lua
4
init.lua
@ -137,8 +137,8 @@ for material, m in pairs(materials) do
|
|||||||
["armor_"..p.place] = math.floor(p.level * m.armor),
|
["armor_"..p.place] = math.floor(p.level * m.armor),
|
||||||
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_groups = { radiation = math.floor(p.radlevel * m.radiation)},
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = name,
|
output = name,
|
||||||
|
Loading…
Reference in New Issue
Block a user