mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-22 15:21:06 +01:00
fix: move stylisheffects to right side of inv
This commit is contained in:
parent
04b38c69a2
commit
992ba0272a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue