diff options
Diffstat (limited to 'assets/minecraft/models/block/attached_pumpkin_stem4.json')
| -rwxr-xr-x | assets/minecraft/models/block/attached_pumpkin_stem4.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/attached_pumpkin_stem4.json b/assets/minecraft/models/block/attached_pumpkin_stem4.json new file mode 100755 index 00000000..973c68f8 --- /dev/null +++ b/assets/minecraft/models/block/attached_pumpkin_stem4.json | |||
| @@ -0,0 +1,59 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "2": "block/pumpkin_stem", | ||
| 5 | "3": "block/pumpkin_side", | ||
| 6 | "4": "block/pumpkin_top", | ||
| 7 | "5": "block/pumpkin_bottom", | ||
| 8 | "particle": "block/pumpkin_stem_particle" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [0, -1, 8], | ||
| 13 | "to": [16, 15, 8], | ||
| 14 | "shade": false, | ||
| 15 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, | ||
| 16 | "faces": { | ||
| 17 | "north": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"}, | ||
| 18 | "south": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, -1, 8], | ||
| 23 | "to": [16, 15, 8], | ||
| 24 | "shade": false, | ||
| 25 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, | ||
| 26 | "faces": { | ||
| 27 | "north": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"}, | ||
| 28 | "south": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [-7, -0.5, -16], | ||
| 33 | "to": [-7, 15.5, 0], | ||
| 34 | "shade": false, | ||
| 35 | "rotation": {"angle": 45, "axis": "z", "origin": [-7, 8, -8]}, | ||
| 36 | "faces": { | ||
| 37 | "east": {"uv": [10, 12, 12, 8], "rotation": 270, "texture": "#2"}, | ||
| 38 | "west": {"uv": [10, 8, 12, 12], "rotation": 270, "texture": "#2"} | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "from": [-16, -0.1, -0.1], | ||
| 43 | "to": [0.1, 16.1, 16.1], | ||
| 44 | "faces": { | ||
| 45 | "north": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#4"}, | ||
| 46 | "east": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#3"}, | ||
| 47 | "south": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#5"}, | ||
| 48 | "up": {"uv": [16, 16, 0, 0], "rotation": 180, "texture": "#3"} | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [-1, 2, -16], | ||
| 53 | "to": [15, 2, 16], | ||
| 54 | "faces": { | ||
| 55 | "up": {"uv": [8, 16, 10, 8], "rotation": 180, "texture": "#2"} | ||
| 56 | } | ||
| 57 | } | ||
| 58 | ] | ||
| 59 | } \ No newline at end of file | ||