|
|
@ -1,11 +1,11 @@ |
|
|
|
#Where to place mods button on main menu screen. Select "NO_CHANGE" to prevent any changes to the screen, useful for mod compatibility. |
|
|
|
#Where to place mods button on main menu screen. Select "NO_CHANGE" to prevent any changes to the screen, useful for mod compatibility. |
|
|
|
#Allowed Values: REPLACE_REALMS, LEFT_TO_REALMS, RIGHT_TO_REALMS, INSERT_BELOW_REALMS, NONE, NO_CHANGE |
|
|
|
#Allowed Values: REPLACE_REALMS, LEFT_TO_REALMS, RIGHT_TO_REALMS, INSERT_BELOW_REALMS, NONE, NO_CHANGE |
|
|
|
main_menu_mods_button = "INSERT_BELOW_REALMS" |
|
|
|
main_menu_mods_button = "REPLACE_REALMS" |
|
|
|
#Add mod count to mods button. |
|
|
|
#Add mod count to mods button. |
|
|
|
add_mod_count = true |
|
|
|
add_mod_count = true |
|
|
|
#Where to place mods button on pause menu screen. Select "NO_CHANGE" to prevent any changes to the screen, useful for mod compatibility. |
|
|
|
#Where to place mods button on pause menu screen. Select "NO_CHANGE" to prevent any changes to the screen, useful for mod compatibility. |
|
|
|
#Allowed Values: REPLACE_FEEDBACK, REPLACE_BUGS, REPLACE_FEEDBACK_AND_BUGS, REPLACE_AND_MOVE_LAN, INSERT_AND_MOVE_LAN, INSERT_BELOW_FEEDBACK_AND_BUGS, NONE, NO_CHANGE |
|
|
|
#Allowed Values: REPLACE_FEEDBACK, REPLACE_BUGS, REPLACE_FEEDBACK_AND_BUGS, REPLACE_AND_MOVE_LAN, INSERT_AND_MOVE_LAN, INSERT_BELOW_FEEDBACK_AND_BUGS, NONE, NO_CHANGE |
|
|
|
pause_screen_mods_button = "INSERT_BELOW_FEEDBACK_AND_BUGS" |
|
|
|
pause_screen_mods_button = "REPLACE_FEEDBACK_AND_BUGS" |
|
|
|
#Show a small green orb indicating that mod updates are available. |
|
|
|
#Show a small green orb indicating that mod updates are available. |
|
|
|
update_notification = false |
|
|
|
update_notification = false |
|
|
|
#Safe area in pixels from screen border for buttons to not be moved to prevent them from going off screen. |
|
|
|
#Safe area in pixels from screen border for buttons to not be moved to prevent them from going off screen. |
|
|
|