From e9d5f9a744ea8c44864d6e542804d754748f161e Mon Sep 17 00:00:00 2001 From: Banjoei <63517694+Banjoei@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:57:20 -0400 Subject: [PATCH] I hate the locator bar --- .../sprites/hud/locator_bar_arrow_down.png.mcmeta | 15 +++++++++++++++ .../sprites/hud/locator_bar_arrow_up.png.mcmeta | 15 +++++++++++++++ .../sprites/hud/locator_bar_background.png.mcmeta | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_down.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_up.png.mcmeta create mode 100644 assets/minecraft/textures/gui/sprites/hud/locator_bar_background.png.mcmeta diff --git a/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_down.png.mcmeta b/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_down.png.mcmeta new file mode 100644 index 000000000..3b4e8eb6f --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_down.png.mcmeta @@ -0,0 +1,15 @@ +{ + "animation": { + "frames": [ + { + "index": 0, + "time": 10 + }, + { + "index": 1, + "time": 4 + } + ], + "height": 10 + } +} diff --git a/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_up.png.mcmeta b/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_up.png.mcmeta new file mode 100644 index 000000000..3b4e8eb6f --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/hud/locator_bar_arrow_up.png.mcmeta @@ -0,0 +1,15 @@ +{ + "animation": { + "frames": [ + { + "index": 0, + "time": 10 + }, + { + "index": 1, + "time": 4 + } + ], + "height": 10 + } +} diff --git a/assets/minecraft/textures/gui/sprites/hud/locator_bar_background.png.mcmeta b/assets/minecraft/textures/gui/sprites/hud/locator_bar_background.png.mcmeta new file mode 100644 index 000000000..f1e01ce28 --- /dev/null +++ b/assets/minecraft/textures/gui/sprites/hud/locator_bar_background.png.mcmeta @@ -0,0 +1,15 @@ +{ + "gui": { + "scaling": { + "type": "nine_slice", + "width": 12, + "height": 5, + "border": { + "left": 5, + "right": 5, + "top": 1, + "bottom": 1 + } + } + } +}