diff --git a/config/fancymenu/customization/main_menu.txt b/config/fancymenu/customization/main_menu.txt index 4241064e6..2e3a80154 100644 --- a/config/fancymenu/customization/main_menu.txt +++ b/config/fancymenu/customization/main_menu.txt @@ -41,6 +41,15 @@ customization { height = 20 } +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% action = hidebutton @@ -75,6 +84,15 @@ customization { y = -5 } +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% orientation = mid-centered @@ -83,6 +101,15 @@ customization { y = 18 } +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_language_button% action = hidebutton @@ -104,6 +131,15 @@ customization { y = -51 } +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button.png +} + customization { identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% orientation = mid-centered @@ -112,6 +148,15 @@ customization { y = -5 } +customization { + identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% action = hidebutton @@ -195,15 +240,17 @@ customization { customization { orientation = mid-centered - loopbackgroundanimations = true restartbackgroundanimations = true buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm% + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + label = Offical Server + loopbackgroundanimations = true x = 47 width = 98 action = addbutton actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651 y = -28 - label = Offical Server + backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png height = 20 } diff --git a/kubejs/assets/minecraft/textures/gui/slider.png b/kubejs/assets/minecraft/textures/gui/slider.png deleted file mode 100644 index c4395aac0..000000000 Binary files a/kubejs/assets/minecraft/textures/gui/slider.png and /dev/null differ diff --git a/kubejs/assets/minecraft/textures/gui/widgets.png b/kubejs/assets/minecraft/textures/gui/widgets.png deleted file mode 100644 index 73e2c6440..000000000 Binary files a/kubejs/assets/minecraft/textures/gui/widgets.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button.png b/kubejs/assets/tfg/textures/gui/button.png new file mode 100644 index 000000000..1106ec6d3 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button.png differ diff --git a/kubejs/assets/tfg/textures/gui/button_100x20.png b/kubejs/assets/tfg/textures/gui/button_100x20.png new file mode 100644 index 000000000..28a1cd8aa Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button_100x20.png differ diff --git a/kubejs/assets/tfg/textures/gui/button_hover.png b/kubejs/assets/tfg/textures/gui/button_hover.png new file mode 100644 index 000000000..f8f329e61 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button_hover.png differ diff --git a/kubejs/assets/tfg/textures/gui/button_hover_100x20.png b/kubejs/assets/tfg/textures/gui/button_hover_100x20.png new file mode 100644 index 000000000..1e1932105 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button_hover_100x20.png differ