Fellies/config/curios-client.toml

22 lines
616 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#Client only settings, mostly things related to rendering
[client]
2021-02-13 10:16:29 +00:00
#The corner for the Curios GUI button
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
buttonCorner = "TOP_LEFT"
2021-01-28 20:21:47 +00:00
#The X-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonXOffset = 0
2021-02-13 10:16:29 +00:00
#The Y-Offset for the Creative Curios GUI button
2021-01-28 20:21:47 +00:00
#Range: -100 ~ 100
2021-02-13 10:16:29 +00:00
creativeButtonYOffset = 0
#Set to true to enable rendering curios
renderCurios = true
2021-01-28 20:21:47 +00:00
#The X-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonXOffset = 0
2021-02-13 10:16:29 +00:00
#The Y-Offset for the Curios GUI button
2021-01-28 20:21:47 +00:00
#Range: -100 ~ 100
2021-02-13 10:16:29 +00:00
buttonYOffset = 0
2021-01-28 20:21:47 +00:00