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/block/red_mushrooms_large.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/red_mushrooms_large.json')
| -rwxr-xr-x | assets/minecraft/models/block/red_mushrooms_large.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/red_mushrooms_large.json b/assets/minecraft/models/block/red_mushrooms_large.json new file mode 100755 index 00000000..13df3f57 --- /dev/null +++ b/assets/minecraft/models/block/red_mushrooms_large.json | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "shelf": "block/red_mushroom_shelf", | ||
| 5 | "cross": "block/red_mushrooms_large", | ||
| 6 | "particle": "block/red_mushroom" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [-8, -5, -8], | ||
| 11 | "to": [24, -5, 24], | ||
| 12 | "faces": { | ||
| 13 | "up": {"uv": [0, 0, 16, 16], "texture": "#shelf"}, | ||
| 14 | "down": {"uv": [0, 16, 16, 0], "texture": "#shelf"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [-8, -10, -8], | ||
| 19 | "to": [24, -10, 24], | ||
| 20 | "faces": { | ||
| 21 | "up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#shelf"}, | ||
| 22 | "down": {"uv": [16, 0, 0, 16], "rotation": 270, "texture": "#shelf"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [-8, -13, -8], | ||
| 27 | "to": [24, -13, 24], | ||
| 28 | "faces": { | ||
| 29 | "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#shelf"}, | ||
| 30 | "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#shelf"} | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { "from": [ 0.8, 0, 8 ], | ||
| 34 | "to": [ 15.2, 32, 8 ], | ||
| 35 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, | ||
| 36 | "shade": false, | ||
| 37 | "faces": { | ||
| 38 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
| 39 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { "from": [ 8, 0, 0.8 ], | ||
| 43 | "to": [ 8, 32, 15.2 ], | ||
| 44 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, | ||
| 45 | "shade": false, | ||
| 46 | "faces": { | ||
| 47 | "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
| 48 | "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
| 49 | } | ||
| 50 | } | ||
| 51 | ] | ||
| 52 | } \ No newline at end of file | ||