Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

13
config/diet-client.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"