diff options
Diffstat (limited to 'assets/minecraft/models/block/big_dripleaf_partial_tilt.json')
| -rwxr-xr-x | assets/minecraft/models/block/big_dripleaf_partial_tilt.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/big_dripleaf_partial_tilt.json b/assets/minecraft/models/block/big_dripleaf_partial_tilt.json new file mode 100755 index 00000000..9f561aea --- /dev/null +++ b/assets/minecraft/models/block/big_dripleaf_partial_tilt.json | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "texture_size": [16, 32], | ||
| 5 | "textures": { | ||
| 6 | "2": "block/big_dripleaf_tip", | ||
| 7 | "particle": "block/big_dripleaf_top", | ||
| 8 | "top": "block/big_dripleaf_top", | ||
| 9 | "stem": "block/big_dripleaf_stem" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [0, -16, 12], | ||
| 14 | "to": [16, 13, 12], | ||
| 15 | "shade": false, | ||
| 16 | "faces": { | ||
| 17 | "north": {"uv": [0, 1.5, 16, 16], "texture": "#stem"}, | ||
| 18 | "south": {"uv": [0, 1.5, 16, 16], "texture": "#stem"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, 15, 0], | ||
| 23 | "to": [16, 15, 16], | ||
| 24 | "shade": false, | ||
| 25 | "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15, 16]}, | ||
| 26 | "faces": { | ||
| 27 | "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, | ||
| 28 | "down": {"uv": [16, 16, 0, 0], "texture": "#top"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [0, 4.86018, 1.23357], | ||
| 33 | "to": [16, 8.86018, 1.23357], | ||
| 34 | "shade": false, | ||
| 35 | "faces": { | ||
| 36 | "north": {"uv": [0, 0, 16, 4], "texture": "#2"}, | ||
| 37 | "south": {"uv": [0, 0, 16, 4], "texture": "#2"} | ||
| 38 | } | ||
| 39 | } | ||
| 40 | ] | ||
| 41 | } \ No newline at end of file | ||