Fellies/config[copied]/curios-client.toml

22 lines
616 B
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
#Client only settings, mostly things related to rendering
[client]
2021-01-26 10:32:42 +00:00
#The corner for the Curios GUI button
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
buttonCorner = "TOP_LEFT"
2021-01-17 12:40:59 +00:00
#The X-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonXOffset = 0
2021-01-26 10:32:42 +00:00
#The Y-Offset for the Creative Curios GUI button
2021-01-17 12:40:59 +00:00
#Range: -100 ~ 100
2021-01-26 10:32:42 +00:00
creativeButtonYOffset = 0
#Set to true to enable rendering curios
renderCurios = true
2021-01-17 12:40:59 +00:00
#The X-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonXOffset = 0
2021-01-26 10:32:42 +00:00
#The Y-Offset for the Curios GUI button
2021-01-17 12:40:59 +00:00
#Range: -100 ~ 100
2021-01-26 10:32:42 +00:00
buttonYOffset = 0
2021-01-17 12:40:59 +00:00