Files
OFModpack/config/cosmeticarmorreworked-client.toml
T
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

33 lines
1.3 KiB
TOML

#These settings only affects client
[Client]
#The vertical pixel distance from the origin point of player inventoy gui
# Default: 67
# Range: > -2147483648
CosArmorGuiButton_Top = 68
#The horizontal pixel distance from the origin point of player inventory gui
# Default: 59
# Range: > -2147483648
CosArmorToggleButton_Left = 60
#The horizontal pixel distance from the origin point of creative inventory gui
# Default: 95
# Range: > -2147483648
CosArmorCreativeGuiButton_Left = 96
#The vertical pixel distance from the origin point of creative inventoy gui
# Default: 38
# Range: > -2147483648
CosArmorCreativeGuiButton_Top = 40
#Whether or not to hide the button for opening CosmeticArmorInventory
CosArmorGuiButton_Hidden = false
#The horizontal pixel distance from the origin point of player inventory gui
# Default: 65
# Range: > -2147483648
CosArmorGuiButton_Left = 65
#Whether or not to hide the button for toggling the mod temporarily on client side
CosArmorToggleButton_Hidden = false
#The vertical pixel distance from the origin point of player inventory gui
# Default: 72
# Range: > -2147483648
CosArmorToggleButton_Top = 72
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
CosArmorCreativeGuiButton_Hidden = false