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/spore_blossom.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/spore_blossom.json')
| -rwxr-xr-x | assets/minecraft/models/item/spore_blossom.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/spore_blossom.json b/assets/minecraft/models/item/spore_blossom.json new file mode 100755 index 00000000..aa536e64 --- /dev/null +++ b/assets/minecraft/models/item/spore_blossom.json | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "textures": { | ||
| 4 | "2": "item/spore_blossom", | ||
| 5 | "particle": "block/spore_blossom", | ||
| 6 | "flower": "block/spore_blossom", | ||
| 7 | "base": "block/spore_blossom_base" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [6, 0, 6], | ||
| 12 | "to": [10, 0, 10], | ||
| 13 | "shade": false, | ||
| 14 | "faces": { | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [1, 0.1, 1], | ||
| 20 | "to": [15, 0.1, 15], | ||
| 21 | "shade": false, | ||
| 22 | "faces": { | ||
| 23 | "up": {"uv": [1, 1, 15, 15], "texture": "#base", "cullface": "up"} | ||
| 24 | } | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "from": [8, 0.3, 0], | ||
| 28 | "to": [24, 0.3, 16], | ||
| 29 | "shade": false, | ||
| 30 | "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 0, 8]}, | ||
| 31 | "faces": { | ||
| 32 | "up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#flower"} | ||
| 33 | } | ||
| 34 | }, | ||
| 35 | { | ||
| 36 | "from": [-8, 0.3, 0], | ||
| 37 | "to": [8, 0.3, 16], | ||
| 38 | "shade": false, | ||
| 39 | "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 0, 8]}, | ||
| 40 | "faces": { | ||
| 41 | "up": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#flower"} | ||
| 42 | } | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | "from": [0, 0.3, -8], | ||
| 46 | "to": [16, 0.3, 8], | ||
| 47 | "shade": false, | ||
| 48 | "rotation": {"angle": 22.5, "axis": "x", "origin": [0, 0, 8]}, | ||
| 49 | "faces": { | ||
| 50 | "up": {"uv": [16, 0, 0, 16], "texture": "#flower"} | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | { | ||
| 54 | "from": [0, 0.3, 8], | ||
| 55 | "to": [16, 0.3, 24], | ||
| 56 | "shade": false, | ||
| 57 | "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 8]}, | ||
| 58 | "faces": { | ||
| 59 | "up": {"uv": [0, 16, 16, 0], "texture": "#flower"} | ||
| 60 | } | ||
| 61 | } | ||
| 62 | ] | ||
| 63 | } \ No newline at end of file | ||