mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
11 lines
378 B
TOML
11 lines
378 B
TOML
#If enabled, a button to the Diet GUI appears in player inventories.
|
|
addButton = true
|
|
#The x-position of the Diet GUI button in player inventories.
|
|
#Range: -10000 ~ 10000
|
|
buttonX = 126
|
|
#The y-position of the Diet GUI button in player inventories.
|
|
#Range: -10000 ~ 10000
|
|
buttonY = -22
|
|
#The primary text color of the Diet GUI, as an integer or hexadecimal.
|
|
textColor = "4210752"
|
|
|