From f0e1148e13c8db39a76b0b101e59786a8763f4fc Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 28 Aug 2024 01:02:54 +0200 Subject: [PATCH] Add default Better Mods Button config --- config/bettermodsbutton-client.toml | 15 +++++++++++++++ pack.toml | 5 ----- 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 config/bettermodsbutton-client.toml diff --git a/config/bettermodsbutton-client.toml b/config/bettermodsbutton-client.toml new file mode 100644 index 0000000..8e2ad69 --- /dev/null +++ b/config/bettermodsbutton-client.toml @@ -0,0 +1,15 @@ +#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 +main_menu_mods_button = "INSERT_BELOW_REALMS" +#Add mod count to mods button. +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. +#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" +#Show a small green orb indicating that mod updates are available. +update_notification = false +#Safe area in pixels from screen border for buttons to not be moved to prevent them from going off screen. +#Not effective for vanilla menu layouts, but can be useful when mods add buttons close to the border. +#Range: > 0 +safe_area = 24 + diff --git a/pack.toml b/pack.toml index 2f22b9a..6672dbf 100644 --- a/pack.toml +++ b/pack.toml @@ -3,11 +3,6 @@ author = "copygirl" version = "0.1.0" pack-format = "packwiz:1.1.0" -[index] -file = "index.toml" -hash-format = "sha256" -hash = "52d8668f93de3f99543d996b83a167c0ae368a71b30dda202a484c3a218d7ca8" - [versions] minecraft = "1.20.1" neoforge = "47.1.106"