forked from copygirl/heck
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
492 B
9 lines
492 B
2 years ago
|
#PUSHED will push up the players survival gui(hearts, xp bar, hunger, armor, air) above the vertical selection slots.
|
||
|
#If set to INVISIBLE, then the survival gui will not be rendered when keybind it pressed.
|
||
|
#If set to OVERLAY, then the survival gui will not be moved and the vertical selection bar will render over it
|
||
|
#Allowed Values: INVISIBLE, PUSHED, OVERLAY
|
||
|
guiRenderType = "OVERLAY"
|
||
|
#Set to true if you want the quick selection key presses to be inverted.
|
||
|
invertQuickSelection = false
|
||
|
|