1
0
miroir de https://github.com/minetest-mods/3d_armor.git synchronisé 2025-10-23 18:35:45 +02:00

adjust fire protection label position

fixes #50
Cette révision appartient à :
BuckarooBanzay
2021-05-24 09:59:54 +02:00
Parent f07f0507e2
révision 371285a903

Voir le fichier

@@ -49,7 +49,7 @@ unified_inventory.register_page("armor", {
"listring[current_player;main]".. "listring[current_player;main]"..
"listring[detached:"..name.."_armor;armor]" "listring[detached:"..name.."_armor;armor]"
if armor.config.fire_protect then 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.."]" F(S("Fire"))..": "..armor.def[name].fire.."]"
end end
if has_technic then if has_technic then