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 + } + } + } +}