diff options
Diffstat (limited to 'assets/minecraft/models/block/template_piston_head.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_piston_head.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_piston_head.json b/assets/minecraft/models/block/template_piston_head.json new file mode 100755 index 00000000..a51d00ee --- /dev/null +++ b/assets/minecraft/models/block/template_piston_head.json | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "#platform" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { "from": [ 0, 0, 0 ], | ||
| 7 | "to": [ 16, 16, 4 ], | ||
| 8 | "faces": { | ||
| 9 | "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, | ||
| 10 | "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, | ||
| 11 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, | ||
| 12 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, | ||
| 13 | "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, | ||
| 14 | "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { "from": [ 6, 6, 4 ], | ||
| 18 | "to": [ 10, 10, 20 ], | ||
| 19 | "faces": { | ||
| 20 | "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#neck", "rotation": 90 }, | ||
| 21 | "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#neck", "rotation": 270 }, | ||
| 22 | "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#neck" }, | ||
| 23 | "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#neck" } | ||
| 24 | } | ||
| 25 | } | ||
| 26 | ] | ||
| 27 | } | ||