rsemcm/server/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg
Harrison Deng f1e42a248c
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit
Updated to Forge 40.1.52 and updated mods.
2022-06-22 21:01:16 -05:00

40 lines
826 B
INI

{
"Description": "Stores the layout of Pneumatic Armor HUD elements",
"hud_layout": {
"pneumaticcraft:core_components": {
"x": 0.995,
"y": 0.005,
"leftSided": true
},
"pneumaticcraft:search": {
"x": 0.005,
"y": 0.1,
"leftSided": false
},
"pneumaticcraft:block_tracker": {
"x": 0.995,
"y": 0.1,
"leftSided": true
},
"pneumaticcraft:jet_boots": {
"x": 0.7,
"y": 0.005,
"leftSided": true
},
"pneumaticcraft:air_conditioning": {
"x": 0.5,
"y": 0.005,
"leftSided": false
},
"pneumaticcraft:entity_tracker": {
"x": 0.995,
"y": 0.2,
"leftSided": true
},
"pneumaticcraft:core_components_message": {
"x": 0.005,
"y": 0.15,
"leftSided": false
}
}
}