diff options
Diffstat (limited to 'assets/minecraft/models/item/hypixel')
34 files changed, 336 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/hypixel/back.json b/assets/minecraft/models/item/hypixel/back.json new file mode 100755 index 00000000..b9dbe5d7 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/back.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/back" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/checkpoint.json b/assets/minecraft/models/item/hypixel/checkpoint.json new file mode 100755 index 00000000..e83a00eb --- /dev/null +++ b/assets/minecraft/models/item/hypixel/checkpoint.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/checkpoint" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/dice.json b/assets/minecraft/models/item/hypixel/dice.json new file mode 100755 index 00000000..7d2b2e5e --- /dev/null +++ b/assets/minecraft/models/item/hypixel/dice.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/dice" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/discord.json b/assets/minecraft/models/item/hypixel/discord.json new file mode 100755 index 00000000..b2c2b52d --- /dev/null +++ b/assets/minecraft/models/item/hypixel/discord.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/discord" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/fast_travel.json b/assets/minecraft/models/item/hypixel/fast_travel.json new file mode 100755 index 00000000..2c5c93f3 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/fast_travel.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/fast_travel" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui.json b/assets/minecraft/models/item/hypixel/gui.json new file mode 100755 index 00000000..8f4d671b --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui.json | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/button", | ||
| 5 | "3": "item/hypixel/button_small", | ||
| 6 | "2": "item/hypixel/close", | ||
| 7 | "particle": "item/hypixel/close" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [-2, -2, -15], | ||
| 12 | "to": [18, 18, -15], | ||
| 13 | "faces": { | ||
| 14 | "south": {"uv": [0, 0, 10, 10], "texture": "#1"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [-1, -1, -14.75], | ||
| 19 | "to": [17, 17, -14.75], | ||
| 20 | "faces": { | ||
| 21 | "south": {"uv": [0, 0, 8.9, 8.9], "texture": "#3"} | ||
| 22 | } | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "from": [0, 0, -13.75], | ||
| 26 | "to": [16, 16, -13.75], | ||
| 27 | "faces": { | ||
| 28 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 29 | } | ||
| 30 | } | ||
| 31 | ], | ||
| 32 | "gui_light": "front", | ||
| 33 | "display": { | ||
| 34 | "thirdperson_righthand": { | ||
| 35 | "scale": [0, 0, 0] | ||
| 36 | }, | ||
| 37 | "thirdperson_lefthand": { | ||
| 38 | "scale": [0, 0, 0] | ||
| 39 | }, | ||
| 40 | "firstperson_righthand": { | ||
| 41 | "scale": [0, 0, 0] | ||
| 42 | }, | ||
| 43 | "firstperson_lefthand": { | ||
| 44 | "scale": [0, 0, 0] | ||
| 45 | }, | ||
| 46 | "ground": { | ||
| 47 | "scale": [0, 0, 0] | ||
| 48 | }, | ||
| 49 | "head": { | ||
| 50 | "scale": [0, 0, 0] | ||
| 51 | }, | ||
| 52 | "fixed": { | ||
| 53 | "scale": [0, 0, 0] | ||
| 54 | } | ||
| 55 | } | ||
| 56 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg.json b/assets/minecraft/models/item/hypixel/gui_bg.json new file mode 100755 index 00000000..f7e62807 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg.json | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "1": "item/hypixel/black_stained_glass_pane" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { | ||
| 7 | "from": [-1, -1, -16], | ||
| 8 | "to": [17, 17, -16], | ||
| 9 | "faces": { | ||
| 10 | "south": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 11 | } | ||
| 12 | } | ||
| 13 | ], | ||
| 14 | "gui_light": "front", | ||
| 15 | "display": { | ||
| 16 | "thirdperson_righthand": { | ||
| 17 | "scale": [0, 0, 0] | ||
| 18 | }, | ||
| 19 | "thirdperson_lefthand": { | ||
| 20 | "scale": [0, 0, 0] | ||
| 21 | }, | ||
| 22 | "firstperson_righthand": { | ||
| 23 | "scale": [0, 0, 0] | ||
| 24 | }, | ||
| 25 | "firstperson_lefthand": { | ||
| 26 | "scale": [0, 0, 0] | ||
| 27 | }, | ||
| 28 | "ground": { | ||
| 29 | "scale": [0, 0, 0] | ||
| 30 | }, | ||
| 31 | "head": { | ||
| 32 | "scale": [0, 0, 0] | ||
| 33 | }, | ||
| 34 | "fixed": { | ||
| 35 | "scale": [0, 0, 0] | ||
| 36 | } | ||
| 37 | } | ||
| 38 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_blue.json b/assets/minecraft/models/item/hypixel/gui_bg_blue.json new file mode 100755 index 00000000..6945a62b --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_blue.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/blue_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_gray.json b/assets/minecraft/models/item/hypixel/gui_bg_gray.json new file mode 100755 index 00000000..48ebf105 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_gray.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/gray_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_green.json b/assets/minecraft/models/item/hypixel/gui_bg_green.json new file mode 100755 index 00000000..9b39c2d1 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_green.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/green_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_lime.json b/assets/minecraft/models/item/hypixel/gui_bg_lime.json new file mode 100755 index 00000000..e03522a9 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_lime.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/lime_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_orange.json b/assets/minecraft/models/item/hypixel/gui_bg_orange.json new file mode 100755 index 00000000..63d78a06 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_orange.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/orange_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_bg_red.json b/assets/minecraft/models/item/hypixel/gui_bg_red.json new file mode 100755 index 00000000..9d4ed111 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg_red.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui_bg", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/red_stained_glass_pane" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/gui_held.json b/assets/minecraft/models/item/hypixel/gui_held.json new file mode 100755 index 00000000..45a673fb --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_held.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/hypixel_logo" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/hypixel_forums.json b/assets/minecraft/models/item/hypixel/hypixel_forums.json new file mode 100755 index 00000000..88557b1f --- /dev/null +++ b/assets/minecraft/models/item/hypixel/hypixel_forums.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/hypixel_logo" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/instagram.json b/assets/minecraft/models/item/hypixel/instagram.json new file mode 100755 index 00000000..21b0f803 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/instagram.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/instagram" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/map_kill_contract.json b/assets/minecraft/models/item/hypixel/map_kill_contract.json new file mode 100755 index 00000000..85dcc917 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/map_kill_contract.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/filled_map", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/hypixel/filled_map_kill_contract", | ||
| 5 | "3": "item/hypixel/map_kill_contract" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/play_again.json b/assets/minecraft/models/item/hypixel/play_again.json new file mode 100755 index 00000000..2383aed2 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/play_again.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/play_again" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/players_hidden.json b/assets/minecraft/models/item/hypixel/players_hidden.json new file mode 100755 index 00000000..9f0c1e5b --- /dev/null +++ b/assets/minecraft/models/item/hypixel/players_hidden.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/players_hidden" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/players_visible.json b/assets/minecraft/models/item/hypixel/players_visible.json new file mode 100755 index 00000000..341a4e53 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/players_visible.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/players_visible" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/profile.json b/assets/minecraft/models/item/hypixel/profile.json new file mode 100755 index 00000000..28449341 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/profile.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/profile" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/recipe_required.json b/assets/minecraft/models/item/hypixel/recipe_required.json new file mode 100755 index 00000000..8d0e75a8 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/recipe_required.json | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "1": "item/hypixel/button_small", | ||
| 4 | "2": "item/hypixel/close", | ||
| 5 | "3": "item/hypixel/crafting_arrow", | ||
| 6 | "particle": "item/hypixel/close" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, -13.75], | ||
| 11 | "to": [16, 16, -13.75], | ||
| 12 | "faces": { | ||
| 13 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [-16, 0, -13.75], | ||
| 18 | "to": [-2, 16, -13.75], | ||
| 19 | "faces": { | ||
| 20 | "south": {"uv": [1, 0, 15, 16], "texture": "#3"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [-1, -1, -15], | ||
| 25 | "to": [17, 17, -15], | ||
| 26 | "faces": { | ||
| 27 | "south": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 28 | } | ||
| 29 | } | ||
| 30 | ], | ||
| 31 | "gui_light": "front", | ||
| 32 | "display": { | ||
| 33 | "thirdperson_righthand": { | ||
| 34 | "scale": [0, 0, 0] | ||
| 35 | }, | ||
| 36 | "thirdperson_lefthand": { | ||
| 37 | "scale": [0, 0, 0] | ||
| 38 | }, | ||
| 39 | "firstperson_righthand": { | ||
| 40 | "scale": [0, 0, 0] | ||
| 41 | }, | ||
| 42 | "firstperson_lefthand": { | ||
| 43 | "scale": [0, 0, 0] | ||
| 44 | }, | ||
| 45 | "ground": { | ||
| 46 | "scale": [0, 0, 0] | ||
| 47 | }, | ||
| 48 | "head": { | ||
| 49 | "scale": [0, 0, 0] | ||
| 50 | }, | ||
| 51 | "fixed": { | ||
| 52 | "scale": [0, 0, 0] | ||
| 53 | } | ||
| 54 | } | ||
| 55 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_back.json b/assets/minecraft/models/item/hypixel/replay_back.json new file mode 100755 index 00000000..228f2e79 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_back.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_back" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_fast.json b/assets/minecraft/models/item/hypixel/replay_fast.json new file mode 100755 index 00000000..3e075b54 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_fast.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_fast" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_forward.json b/assets/minecraft/models/item/hypixel/replay_forward.json new file mode 100755 index 00000000..210d9b24 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_forward.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_forward" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_pause.json b/assets/minecraft/models/item/hypixel/replay_pause.json new file mode 100755 index 00000000..d4deceef --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_pause.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_pause" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_play.json b/assets/minecraft/models/item/hypixel/replay_play.json new file mode 100755 index 00000000..d1b22d7e --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_play.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_play" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/replay_slow.json b/assets/minecraft/models/item/hypixel/replay_slow.json new file mode 100755 index 00000000..173d3e9f --- /dev/null +++ b/assets/minecraft/models/item/hypixel/replay_slow.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/replay_slow" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/reset.json b/assets/minecraft/models/item/hypixel/reset.json new file mode 100755 index 00000000..ea9c87fa --- /dev/null +++ b/assets/minecraft/models/item/hypixel/reset.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/reset" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/settings.json b/assets/minecraft/models/item/hypixel/settings.json new file mode 100755 index 00000000..854d0091 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/settings.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/hypixel/settings" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/settings2.json b/assets/minecraft/models/item/hypixel/settings2.json new file mode 100755 index 00000000..53ec4c94 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/settings2.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/settings" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/twitch.json b/assets/minecraft/models/item/hypixel/twitch.json new file mode 100755 index 00000000..85bec433 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/twitch.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/twitch" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/twitter.json b/assets/minecraft/models/item/hypixel/twitter.json new file mode 100755 index 00000000..0c2861e0 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/twitter.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/twitter" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/models/item/hypixel/youtube.json b/assets/minecraft/models/item/hypixel/youtube.json new file mode 100755 index 00000000..cd363a16 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/youtube.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/hypixel/gui", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/hypixel/youtube" | ||
| 5 | } | ||
| 6 | } \ No newline at end of file | ||