diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/hypixel/gui_bg.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/hypixel/gui_bg.json')
| -rwxr-xr-x | assets/minecraft/models/item/hypixel/gui_bg.json | 38 |
1 files changed, 38 insertions, 0 deletions
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 | ||