diff --git a/config/fancymenu/customization/main_menu.txt b/config/fancymenu/customization/main_menu.txt index 27ed96a2d..fee8362b3 100644 --- a/config/fancymenu/customization/main_menu.txt +++ b/config/fancymenu/customization/main_menu.txt @@ -18,6 +18,14 @@ customization { action = backgroundoptions } +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + orientation = bottom-left + x = 2 + action = movebutton + y = -10 +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% orientation = mid-centered @@ -37,9 +45,6 @@ customization { identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% loopbackgroundanimations = true restartbackgroundanimations = true - action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_98x20_hovered.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -80,9 +85,6 @@ customization { identifier = %id=button_compatibility_id:mc_titlescreen_options_button% loopbackgroundanimations = true restartbackgroundanimations = true - action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_98x20_hovered.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -97,9 +99,6 @@ customization { identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% loopbackgroundanimations = true restartbackgroundanimations = true - action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_98x20_hovered.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -123,13 +122,11 @@ 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_hovered.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button.png } customization { @@ -144,9 +141,6 @@ customization { identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% loopbackgroundanimations = true restartbackgroundanimations = true - action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_98x20_hovered.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -234,7 +228,6 @@ customization { orientation = mid-centered restartbackgroundanimations = true buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm% - backgroundhovered = kubejs/assets/tfg/textures/gui/button_98x20_hovered.png label = Offical Server loopbackgroundanimations = true x = 47 @@ -242,7 +235,6 @@ customization { action = addbutton actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651 y = -28 - backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png height = 20 } @@ -340,11 +332,5 @@ customization { height = 56 } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% - orientation = bottom-left - x = 2 - action = movebutton - y = -10 -} + diff --git a/kubejs/assets/minecraft/textures/gui/slider.png b/kubejs/assets/minecraft/textures/gui/slider.png new file mode 100644 index 000000000..c25137e7c Binary files /dev/null and b/kubejs/assets/minecraft/textures/gui/slider.png differ diff --git a/kubejs/assets/minecraft/textures/gui/slider_1.png b/kubejs/assets/minecraft/textures/gui/slider_1.png new file mode 100644 index 000000000..5743186ce Binary files /dev/null and b/kubejs/assets/minecraft/textures/gui/slider_1.png differ diff --git a/kubejs/assets/minecraft/textures/gui/widgets.png b/kubejs/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 000000000..1b01c6643 Binary files /dev/null and b/kubejs/assets/minecraft/textures/gui/widgets.png differ diff --git a/kubejs/assets/tfg/textures/gui/button.png b/kubejs/assets/tfg/textures/gui/button.png deleted file mode 100644 index 363609aed..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button_98x20.png b/kubejs/assets/tfg/textures/gui/button_98x20.png deleted file mode 100644 index 77eae7dd7..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button_98x20.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button_98x20_hovered.png b/kubejs/assets/tfg/textures/gui/button_98x20_hovered.png deleted file mode 100644 index c2bcc801b..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button_98x20_hovered.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button_hovered.png b/kubejs/assets/tfg/textures/gui/button_hovered.png deleted file mode 100644 index cd4452f03..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button_hovered.png and /dev/null differ