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/chorus_plant_noside1.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/chorus_plant_noside1.json')
| -rwxr-xr-x | assets/minecraft/models/block/chorus_plant_noside1.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_plant_noside1.json b/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100755 index 00000000..089608a7 --- /dev/null +++ b/assets/minecraft/models/block/chorus_plant_noside1.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "block/chorus_plant_side", | ||
| 6 | "2": "block/chorus_plant_top", | ||
| 7 | "particle": "block/chorus_plant", | ||
| 8 | "texture": "block/chorus_plant" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [2, 2, 2], | ||
| 13 | "to": [14, 14, 14], | ||
| 14 | "faces": { | ||
| 15 | "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, | ||
| 16 | "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, | ||
| 17 | "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, | ||
| 18 | "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, | ||
| 19 | "up": {"uv": [2, 2, 14, 14], "texture": "#2"}, | ||
| 20 | "down": {"uv": [2, 2, 14, 14], "texture": "#texture"} | ||
| 21 | } | ||
| 22 | } | ||
| 23 | ] | ||
| 24 | } \ No newline at end of file | ||