diff options
Diffstat (limited to 'assets/minecraft/models/block/pointed_dripstone_skeleton3.json')
| -rwxr-xr-x | assets/minecraft/models/block/pointed_dripstone_skeleton3.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pointed_dripstone_skeleton3.json b/assets/minecraft/models/block/pointed_dripstone_skeleton3.json new file mode 100755 index 00000000..f6a46ae8 --- /dev/null +++ b/assets/minecraft/models/block/pointed_dripstone_skeleton3.json | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "1": "block/entity/skeleton/skeleton", | ||
| 4 | "particle": "block/pointed_dripstone_up_frustum", | ||
| 5 | "cross": "block/pointed_dripstone_up_frustum" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0.8, 0, 8], | ||
| 10 | "to": [15.2, 16, 8], | ||
| 11 | "shade": false, | ||
| 12 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [0, 0, 16, 16], "texture": "#cross"}, | ||
| 15 | "south": {"uv": [0, 0, 16, 16], "texture": "#cross"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [8, 0, 0.8], | ||
| 20 | "to": [8, 16, 15.2], | ||
| 21 | "shade": false, | ||
| 22 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
| 23 | "faces": { | ||
| 24 | "east": {"uv": [0, 0, 16, 16], "texture": "#cross"}, | ||
| 25 | "west": {"uv": [0, 0, 16, 16], "texture": "#cross"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [4, 8, 3], | ||
| 30 | "to": [12, 12, 15], | ||
| 31 | "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 8]}, | ||
| 32 | "faces": { | ||
| 33 | "north": {"uv": [7, 8, 9, 10], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 34 | "east": {"uv": [4, 10, 5, 16], "rotation": 270, "texture": "#1", "cullface": "down"}, | ||
| 35 | "south": {"uv": [5, 8, 7, 10], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 36 | "west": {"uv": [7, 10, 8, 16], "rotation": 90, "texture": "#1", "cullface": "down"}, | ||
| 37 | "up": {"uv": [5, 10, 7, 16], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 38 | "down": {"uv": [8, 10, 10, 16], "texture": "#1", "cullface": "down"} | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "from": [4, 10, 12], | ||
| 43 | "to": [12, 18, 20], | ||
| 44 | "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]}, | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [4, 0, 6, 4], "texture": "#1", "cullface": "down"}, | ||
| 47 | "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#1", "cullface": "down"}, | ||
| 48 | "south": {"uv": [2, 0, 4, 4], "texture": "#1", "cullface": "down"}, | ||
| 49 | "west": {"uv": [0, 4, 2, 8], "rotation": 90, "texture": "#1", "cullface": "down"}, | ||
| 50 | "up": {"uv": [6, 4, 8, 8], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 51 | "down": {"uv": [2, 4, 4, 8], "texture": "#1", "cullface": "down"} | ||
| 52 | } | ||
| 53 | }, | ||
| 54 | { | ||
| 55 | "from": [2, 0, 10], | ||
| 56 | "to": [4, 12, 12], | ||
| 57 | "faces": { | ||
| 58 | "north": {"uv": [11, 9, 10.5, 15], "texture": "#1", "cullface": "down"}, | ||
| 59 | "east": {"uv": [11, 15, 11.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 60 | "south": {"uv": [12, 9, 11.5, 15], "texture": "#1", "cullface": "down"}, | ||
| 61 | "west": {"uv": [10, 15, 10.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 62 | "up": {"uv": [11, 8, 10.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"}, | ||
| 63 | "down": {"uv": [11.5, 8, 11, 9], "texture": "#1", "cullface": "down"} | ||
| 64 | } | ||
| 65 | } | ||
| 66 | ] | ||
| 67 | } \ No newline at end of file | ||