diff options
Diffstat (limited to 'assets/minecraft/models/block/chorus_plant.json')
| -rwxr-xr-x | assets/minecraft/models/block/chorus_plant.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_plant.json b/assets/minecraft/models/block/chorus_plant.json new file mode 100755 index 00000000..1f09d494 --- /dev/null +++ b/assets/minecraft/models/block/chorus_plant.json | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "particle": "block/chorus_plant", | ||
| 6 | "texture": "block/chorus_plant" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [2, 0, 2], | ||
| 11 | "to": [14, 16, 14], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}, | ||
| 14 | "east": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}, | ||
| 15 | "south": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}, | ||
| 16 | "west": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}, | ||
| 17 | "up": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "up"}, | ||
| 18 | "down": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, 2, 2], | ||
| 23 | "to": [16, 14, 14], | ||
| 24 | "faces": { | ||
| 25 | "north": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}, | ||
| 26 | "east": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"}, | ||
| 27 | "south": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}, | ||
| 28 | "west": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "west"}, | ||
| 29 | "up": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}, | ||
| 30 | "down": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"} | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "from": [2, 2, 0], | ||
| 35 | "to": [14, 14, 16], | ||
| 36 | "faces": { | ||
| 37 | "north": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"}, | ||
| 38 | "east": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}, | ||
| 39 | "south": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"}, | ||
| 40 | "west": {"uv": [0, 2, 2, 14], "texture": "#texture", "cullface": "north"}, | ||
| 41 | "up": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}, | ||
| 42 | "down": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"} | ||
| 43 | } | ||
| 44 | } | ||
| 45 | ] | ||
| 46 | } \ No newline at end of file | ||