feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
#Client only settings, mostly things related to rendering
[client]
#The X-Offset for the Creative Curios GUI button
# Default: 0
# Range: -100 ~ 100
creativeButtonXOffset = -1
#The Y-Offset for the Creative Curios GUI button
# Default: 0
# Range: -100 ~ 100
creativeButtonYOffset = -1
#Set to true to enable rendering curios
renderCurios = true
#Set to true to enable the Curios GUI button
enableButton = true
#The X-Offset for the Curios GUI button
# Default: 0
# Range: -100 ~ 100
buttonXOffset = 0
#The Y-Offset for the Curios GUI button
# Default: 0
# Range: -100 ~ 100
buttonYOffset = 0
#The corner for the Curios GUI button
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
buttonCorner = "TOP_LEFT"