diff options
Diffstat (limited to 'assets/minecraft/models/item/hypixel/gui.json')
| -rwxr-xr-x | assets/minecraft/models/item/hypixel/gui.json | 56 |
1 files changed, 56 insertions, 0 deletions
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 | ||