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/pumpkin_pie.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/pumpkin_pie.json')
| -rwxr-xr-x | assets/minecraft/models/item/pumpkin_pie.json | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/pumpkin_pie.json b/assets/minecraft/models/item/pumpkin_pie.json new file mode 100755 index 00000000..1e834b42 --- /dev/null +++ b/assets/minecraft/models/item/pumpkin_pie.json | |||
| @@ -0,0 +1,76 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "textures": { | ||
| 4 | "0": "item/pumpkin_pie_model", | ||
| 5 | "particle": "item/pumpkin_pie" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [6, 0, 6], | ||
| 10 | "to": [10, 0, 10], | ||
| 11 | "shade": false, | ||
| 12 | "faces": { | ||
| 13 | "down": {"uv": [8, 8, 16, 16], "texture": "#0"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [2, 0, 2], | ||
| 18 | "to": [14, 5, 14], | ||
| 19 | "faces": { | ||
| 20 | "north": {"uv": [0, 6, 6, 8.5], "texture": "#0"}, | ||
| 21 | "east": {"uv": [0, 6, 6, 8.5], "texture": "#0"}, | ||
| 22 | "south": {"uv": [0, 6, 6, 8.5], "texture": "#0"}, | ||
| 23 | "west": {"uv": [0, 6, 6, 8.5], "texture": "#0"}, | ||
| 24 | "up": {"uv": [0, 0, 6, 6], "texture": "#0"} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [8, 5, 6], | ||
| 29 | "to": [8, 8, 10], | ||
| 30 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, | ||
| 31 | "faces": { | ||
| 32 | "east": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"}, | ||
| 33 | "west": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"} | ||
| 34 | } | ||
| 35 | }, | ||
| 36 | { | ||
| 37 | "from": [8, 5, 6], | ||
| 38 | "to": [8, 8, 10], | ||
| 39 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, | ||
| 40 | "faces": { | ||
| 41 | "east": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"}, | ||
| 42 | "west": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"} | ||
| 43 | } | ||
| 44 | } | ||
| 45 | ], | ||
| 46 | "display": { | ||
| 47 | "thirdperson_righthand": { | ||
| 48 | "rotation": [56.5, 0, 0], | ||
| 49 | "translation": [-6, 3.5, 3.5], | ||
| 50 | "scale": [0.78, 0.78, 0.78] | ||
| 51 | }, | ||
| 52 | "thirdperson_lefthand": { | ||
| 53 | "rotation": [56.5, 0, 0], | ||
| 54 | "translation": [-6, 3.5, 3.5], | ||
| 55 | "scale": [0.78, 0.78, 0.78] | ||
| 56 | }, | ||
| 57 | "firstperson_righthand": { | ||
| 58 | "rotation": [9, 0, 0], | ||
| 59 | "translation": [-9, 4.75, 0], | ||
| 60 | "scale": [0.92, 0.92, 0.92] | ||
| 61 | }, | ||
| 62 | "firstperson_lefthand": { | ||
| 63 | "rotation": [13.19, 1.39, 5.79], | ||
| 64 | "translation": [4.25, 3.75, 0] | ||
| 65 | }, | ||
| 66 | "gui": { | ||
| 67 | "rotation": [-90, 0, 0], | ||
| 68 | "scale": [4, 4, 4] | ||
| 69 | }, | ||
| 70 | "fixed": { | ||
| 71 | "rotation": [-90, 0, 0], | ||
| 72 | "translation": [0, 0, -15], | ||
| 73 | "scale": [2, 2, 2] | ||
| 74 | } | ||
| 75 | } | ||
| 76 | } \ No newline at end of file | ||