cobblemonNEV/server/config/cosmeticarmorreworked-client.toml

29 lines
1.2 KiB
TOML
Raw Normal View History

2024-05-16 13:03:06 -07:00
#These settings only affects client
[Client]
#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
#Range: > -2147483648
CosArmorGuiButton_Left = 65
#The vertical pixel distance from the origin point of player inventoy gui
#Range: > -2147483648
2024-05-19 19:41:46 -07:00
CosArmorGuiButton_Top = 55
2024-05-16 13:03:06 -07:00
#Whether or not to hide the button for toggling the mod temporarily on client side
CosArmorToggleButton_Hidden = false
#The horizontal pixel distance from the origin point of player inventory gui
#Range: > -2147483648
CosArmorToggleButton_Left = 59
#The vertical pixel distance from the origin point of player inventory gui
#Range: > -2147483648
2024-05-19 19:41:46 -07:00
CosArmorToggleButton_Top = 55
2024-05-16 13:03:06 -07:00
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
CosArmorCreativeGuiButton_Hidden = false
#The horizontal pixel distance from the origin point of creative inventory gui
#Range: > -2147483648
CosArmorCreativeGuiButton_Left = 95
#The vertical pixel distance from the origin point of creative inventoy gui
#Range: > -2147483648
CosArmorCreativeGuiButton_Top = 38