diff options
Diffstat (limited to 'assets/minecraft/models/block/sculk_skull.json')
| -rwxr-xr-x | assets/minecraft/models/block/sculk_skull.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sculk_skull.json b/assets/minecraft/models/block/sculk_skull.json new file mode 100755 index 00000000..7de4a7d0 --- /dev/null +++ b/assets/minecraft/models/block/sculk_skull.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "2": "block/statue_zombie_bones", | ||
| 5 | "particle": "block/sculk_particle" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [3.9, -5.5, 4], | ||
| 10 | "to": [12.1, 2.5, 12], | ||
| 11 | "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]}, | ||
| 12 | "faces": { | ||
| 13 | "east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#2", "cullface": "up"}, | ||
| 14 | "south": {"uv": [2, 0, 4, 4], "texture": "#2", "cullface": "up"}, | ||
| 15 | "west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#2", "cullface": "up"}, | ||
| 16 | "up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#2", "cullface": "up"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ] | ||
| 20 | } \ No newline at end of file | ||