forked from mtcontrib/3d_armor
Add support for non-fleshy damage groups, closes #47
This commit is contained in:
@ -37,7 +37,7 @@ unified_inventory.register_page("armor", {
|
||||
end
|
||||
if minetest.global_exists("technic") then
|
||||
formspec = formspec.."label[5.0,"..(fy + 1.5)..
|
||||
";Radiation: "..armor.def[name].radiation.."]"
|
||||
";Radiation: "..armor.def[name].groups["radiation"].."]"
|
||||
end
|
||||
return {formspec=formspec}
|
||||
end,
|
||||
|
Reference in New Issue
Block a user