Deprecated declaration group
This commit is contained in:
Crabman77 2022-07-05 05:19:04 +02:00
parent 5a5085f874
commit d3e5dadbba
1 changed files with 2 additions and 2 deletions

View File

@ -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,