diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/control_tooltips/icons/xbox_one.json b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/control_tooltips/icons/xbox_one.json new file mode 100644 index 000000000..dc250dfbd --- /dev/null +++ b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/control_tooltips/icons/xbox_one.json @@ -0,0 +1,29 @@ +{ + "down_button": {"icon": "\uE735\uE001","tipIcon": "\uF735","iconOverlay": "\uF002"}, + "right_button": {"icon": "\uE736\uE002","tipIcon": "\uF736","iconOverlay": "\uF003"}, + "left_button": {"icon": "\uE737\uE003","tipIcon": "\uF737","iconOverlay": "\uF004"}, + "up_button": {"icon": "\uE738\uE004","tipIcon": "\uF738","iconOverlay": "\uF005"}, + "back":{"iconOverlay": "\uE73E"}, + "guide":{"iconOverlay": "\uE745"}, + "start":{"iconOverlay": "\uE73D"}, + "left_stick":{"iconOverlay": "\uE746"}, + "right_stick":{"iconOverlay": "\uE749"}, + "left_stick_button":{"iconOverlay": "\uE743"}, + "right_stick_button":{"iconOverlay": "\uE744"}, + "left_bumper":{"iconOverlay": "\uE739"}, + "right_bumper":{"iconOverlay": "\uE73A"}, + "left_trigger":{"iconOverlay": "\uE73B"}, + "right_trigger":{"iconOverlay": "\uE73C"}, + "dpad_up":{"iconOverlay": "\uE742"}, + "dpad_down":{"iconOverlay": "\uE73F"}, + "dpad_left":{"iconOverlay": "\uE741"}, + "dpad_right":{"iconOverlay": "\uE740"}, + "left_stick_up":{"icon": "\uE746"}, + "left_stick_down":{"icon": "\uE746"}, + "left_stick_right":{"icon": "\uE748"}, + "left_stick_left":{"icon": "\uE747"}, + "right_stick_up":{"icon": "\uE749"}, + "right_stick_down":{"icon": "\uE749"}, + "right_stick_right":{"icon": "\uE74F"}, + "right_stick_left":{"icon": "\uE74E"} +} diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/font/xbox_one.json b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/font/xbox_one.json index 764b6be28..11c582099 100644 --- a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/font/xbox_one.json +++ b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/font/xbox_one.json @@ -1,73 +1,129 @@ { "providers":[ - { + { "type": "bitmap", "file": "legacy:component/xone/down_button.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE735"] + }, + { + "type": "bitmap", + "file": "legacy:component/xone/down_button_icon.png", + "ascent": 12, + "height": 17, + "chars": ["\uF735"] }, { "type": "bitmap", "file": "legacy:component/xone/down_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE001"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/down_overlay.png", + "ascent": 9, + "height": 10, + "chars": ["\uF002"] + }, { "type": "bitmap", "file": "legacy:component/xone/right_button.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE736"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/right_button_icon.png", + "ascent": 12, + "height": 17, + "chars": ["\uF736"] + }, { "type": "bitmap", "file": "legacy:component/xone/right_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE002"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/right_overlay.png", + "ascent": 9, + "height": 10, + "chars": ["\uF003"] + }, { "type": "bitmap", "file": "legacy:component/xone/left_button.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE737"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/left_button_icon.png", + "ascent": 12, + "height": 17, + "chars": ["\uF737"] + }, { "type": "bitmap", "file": "legacy:component/xone/left_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE003"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/left_overlay.png", + "ascent": 9, + "height": 10, + "chars": ["\uF004"] + }, { "type": "bitmap", "file": "legacy:component/xone/up_button.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE738"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/up_button_icon.png", + "ascent": 12, + "height": 17, + "chars": ["\uF738"] + }, { "type": "bitmap", "file": "legacy:component/xone/up_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 15, + "height": 22, "chars": ["\uE004"] }, + { + "type": "bitmap", + "file": "legacy:component/xone/up_overlay.png", + "ascent": 9, + "height": 11, + "chars": ["\uF005"] + }, { "type": "bitmap", "file": "legacy:component/xone/back_button.png", - "ascent": 11, - "height": 15, + "ascent": 13, + "height": 18, "chars": ["\uE73E"] }, { "type": "bitmap", "file": "legacy:component/xone/back_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 13, + "height": 18, "chars": ["\uE005"] }, { @@ -80,22 +136,22 @@ { "type": "bitmap", "file": "legacy:component/xone/start_button.png", - "ascent": 11, - "height": 15, + "ascent": 13, + "height": 18, "chars": ["\uE73D"] }, { "type": "bitmap", "file": "legacy:component/xone/start_button_pressed.png", - "ascent": 11, - "height": 15, + "ascent": 13, + "height": 18, "chars": ["\uE006"] }, { "type": "bitmap", "file": "legacy:component/xone/left_stick.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 21, "chars": ["\uE746"] }, { @@ -115,8 +171,8 @@ { "type": "bitmap", "file": "legacy:component/xone/right_stick.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 21, "chars": ["\uE749"] }, { @@ -136,13 +192,13 @@ { "type": "bitmap", "file": "legacy:component/xone/left_stick_button.png", - "ascent": 11, - "height": 15, + "ascent": 16, + "height": 21, "chars": ["\uE743"] }, { "type": "bitmap", - "file": "legacy:component/xone/left_stick_button_pressed.png", + "file": "legacy:component/xone/right_stick_button_pressed.png", "ascent": 11, "height": 15, "chars": ["\uE00F"] @@ -150,8 +206,8 @@ { "type": "bitmap", "file": "legacy:component/xone/right_stick_button.png", - "ascent": 11, - "height": 15, + "ascent": 16, + "height": 21, "chars": ["\uE744"] }, { @@ -164,64 +220,36 @@ { "type": "bitmap", "file": "legacy:component/xone/left_bumper.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 21, "chars": ["\uE739"] }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, { "type": "bitmap", "file": "legacy:component/xone/right_bumper.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 21, "chars": ["\uE73A"] }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, { "type": "bitmap", "file": "legacy:component/xone/left_trigger.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 22, "chars": ["\uE73B"] }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, { "type": "bitmap", "file": "legacy:component/xone/right_trigger.png", - "ascent": 11, - "height": 15, + "ascent": 14, + "height": 22, "chars": ["\uE73C"] }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, { "type": "bitmap", "file": "legacy:component/xone/dpad_down.png", - "ascent": 11, - "height": 15, + "ascent": 12, + "height": 18, "chars": ["\uE73F"] }, { @@ -234,8 +262,8 @@ { "type": "bitmap", "file": "legacy:component/xone/dpad_right.png", - "ascent": 11, - "height": 15, + "ascent": 12, + "height": 18, "chars": ["\uE740"] }, { @@ -248,8 +276,8 @@ { "type": "bitmap", "file": "legacy:component/xone/dpad_left.png", - "ascent": 11, - "height": 15, + "ascent": 12, + "height": 18, "chars": ["\uE741"] }, { @@ -262,8 +290,8 @@ { "type": "bitmap", "file": "legacy:component/xone/dpad_up.png", - "ascent": 11, - "height": 15, + "ascent": 12, + "height": 18, "chars": ["\uE742"] }, { @@ -272,83 +300,6 @@ "ascent": 11, "height": 15, "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] } ] -} \ No newline at end of file +} diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button.png index 1b4115afa..ec711a2db 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button_pressed.png index 9837da1bc..dd83f7d02 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/back_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button.png index 6a8783bbc..a2b561181 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button_pressed.png index 59e9d9222..9af7b4206 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/down_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down.png index 248830fcc..629f9f98a 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down_pressed.png index 00e9fc084..1af539ad4 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_down_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left.png index 158e7046d..298c28448 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left_pressed.png index 6fb34d30e..5567e5179 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_left_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right.png index fc9c1c1a7..20e311448 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right_pressed.png index 33ee48bf4..66e3fa985 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_right_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up.png index 3e943e90d..5d9ba1680 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up_pressed.png index 1f16706e0..c3b8d283f 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/dpad_up_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/guide_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/guide_button.png index bb98f4529..aa3bfe1f4 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/guide_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/guide_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper.png index f31d52a6b..0f5b03156 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper_pressed.png index 35d8a7e3d..20e82a2cb 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_bumper_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button.png index 477354715..0994a7221 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button_pressed.png index 7035369b3..9a21839d3 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick.png index 8a23447f0..6453aa91c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button.png index 18688bd81..348e7a1dd 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button_pressed.png index 76889a71a..225ee8443 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_left.png index b5435110b..58f9c9502 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_right.png index 1699722a7..7c0e73bcb 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_stick_pressed_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger.png index de15f157a..aaea0a109 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger_pressed.png index 83969c939..b50d5c0a3 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/left_trigger_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper.png index 9668f1150..1855498a9 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper_pressed.png index 4f97487ae..f7560fa0c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_bumper_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button.png index b16966371..336fe878b 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button_pressed.png index 881680ad4..69d3bb854 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick.png index b9d33e7b3..d99ff77c4 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button.png index ef1f0898c..9ac120958 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button_pressed.png index df775c3c8..4711bf9d0 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_left.png index ac5954e38..1ad184924 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_right.png index 898298328..e488f43fa 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_stick_pressed_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger.png index 6b091edd5..0691470d4 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger_pressed.png index b6d995dd0..3e522da84 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/right_trigger_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button.png index 1291e7661..0a4f7693c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button_pressed.png index f4b36b048..b1ccace00 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/start_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/unknown.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/unknown.png index 1fb2b2522..915dd7cca 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/unknown.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/unknown.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button.png index 045892ae4..0cbe6eae5 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button_pressed.png index 66ad7ac52..dbc572a53 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/switch/up_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button.png index b871c989a..486d45324 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button_pressed.png index cfaf39671..4c58a55ae 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_overlay.png new file mode 100644 index 000000000..c949b9294 Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/back_overlay.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button.png index c6b3d9a71..67b6840e3 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_icon.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_icon.png new file mode 100644 index 000000000..7cc373daa Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_icon.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_pressed.png index 9dcbc2866..69999a4fa 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_overlay.png new file mode 100644 index 000000000..f512cd504 Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/down_overlay.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down.png index 55fc0c5f7..fcba6c56f 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down_pressed.png index af0d75d54..ca690fc45 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_down_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left.png index 2ea28f314..38f252688 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left_pressed.png index 6cc25bc3c..adf2f78c8 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_left_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right.png index a73ea7250..81004647b 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right_pressed.png index b74bf228b..e303fb617 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_right_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up.png index f1127ba18..f7d57cf2d 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up_pressed.png index 8a451ec94..8368b59c4 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/dpad_up_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/guide_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/guide_button.png new file mode 100644 index 000000000..ad3669f1f Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/guide_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper.png index 2f741f34a..9e033ca87 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper_pressed.png index e4278d72b..ed091b47d 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_bumper_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button.png index 743660d29..6b8d8852c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_icon.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_icon.png new file mode 100644 index 000000000..b7f10f09d Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_icon.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_pressed.png index 9bfd9ab66..2983e49fe 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_overlay.png new file mode 100644 index 000000000..1c564c1ca Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_overlay.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick.png index d30ba4335..fdeae1baf 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button.png index 0e80a1533..59a597ce5 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button_pressed.png index dc1bbfd68..1dfee6e7c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_left.png index 0dbb843d5..bbe8676cf 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_right.png index cc306adad..ebae24344 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_stick_pressed_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger.png index 1b3a52962..99109fe5f 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger_pressed.png index 72201dc65..351d8ab01 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/left_trigger_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper.png index 3446a7dc8..81d33fcc9 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper_pressed.png index fd438d7c1..fdfa0724c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_bumper_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button.png index 010dd8cb2..91425c714 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_icon.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_icon.png new file mode 100644 index 000000000..9801c7641 Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_icon.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_pressed.png index 1de089c4a..9f1766424 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_overlay.png new file mode 100644 index 000000000..8caf6eb8b Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_overlay.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick.png index e64d058ed..0a53b40c3 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button.png index be676336b..03ba13dda 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button_pressed.png index b568f5c4d..e2c5358a2 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_left.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_left.png index 0b7e600b0..69f0ab1e0 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_left.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_left.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_right.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_right.png index 2a656883b..b6a7c2e17 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_right.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_stick_pressed_right.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger.png index 62d18abe7..44008ad27 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger_pressed.png index 789df6cf2..89d3d052c 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/right_trigger_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button.png index f54d05c56..bbc6b5d35 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button_pressed.png index c7959f49a..ab46d38d1 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_overlay.png new file mode 100644 index 000000000..82dd6a244 Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/start_overlay.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button.png index dec6d9ecc..d9714087e 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_icon.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_icon.png new file mode 100644 index 000000000..07199721f Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_icon.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_pressed.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_pressed.png index 5830a38bf..c1711cc3a 100644 Binary files a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_pressed.png and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_button_pressed.png differ diff --git a/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_overlay.png b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_overlay.png new file mode 100644 index 000000000..f30cdabb8 Binary files /dev/null and b/modpacks/2000s-edition/mr/yarn/1.21.1-fabric/resources/resourcepack/required/Modpack Resources/assets/legacy/textures/component/xone/up_overlay.png differ