adjust fire protection label position

fixes #50
This commit is contained in:
BuckarooBanzay 2021-05-24 09:59:54 +02:00
parent f07f0507e2
commit 371285a903
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ unified_inventory.register_page("armor", {
"listring[current_player;main]"..
"listring[detached:"..name.."_armor;armor]"
if armor.config.fire_protect then
formspec = formspec.."label[5.0,"..(fy + 1.0)..";"..
formspec = formspec.."label[6.0,"..(fy + 1.0)..";"..
F(S("Fire"))..": "..armor.def[name].fire.."]"
end
if has_technic then