1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-19 21:03:20 +02:00

fix: move stylisheffects to right side of inv

This commit is contained in:
Jozef Steinhübl 2024-06-17 13:53:34 +02:00
parent 04b38c69a2
commit 992ba0272a
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -41,7 +41,7 @@
allow_fallback = true allow_fallback = true
#Screen side to render status effects on. #Screen side to render status effects on.
#Allowed Values: LEFT, RIGHT #Allowed Values: LEFT, RIGHT
screen_side = "LEFT" screen_side = "RIGHT"
#Effect renderer to be used. #Effect renderer to be used.
#This setting might not be respected when not enough screen space is available. To force this setting disable "allow_fallback". #This setting might not be respected when not enough screen space is available. To force this setting disable "allow_fallback".
#Allowed Values: NONE, GUI_SMALL, GUI_COMPACT, INVENTORY_COMPACT, INVENTORY_FULL_SIZE #Allowed Values: NONE, GUI_SMALL, GUI_COMPACT, INVENTORY_COMPACT, INVENTORY_FULL_SIZE