14 lines
299 B
TOML
14 lines
299 B
TOML
|
|
[gui]
|
|
#True to add the Diet button to the inventory GUI, false otherwise
|
|
addButton = true
|
|
#The x-position of the GUI button
|
|
#Range: -10000 ~ 10000
|
|
buttonX = 126
|
|
#The y-position of the GUI button
|
|
#Range: -10000 ~ 10000
|
|
buttonY = -22
|
|
#The main text color for the GUI
|
|
textColor = "4210752"
|
|
|