diff options
Diffstat (limited to 'assets/minecraft/models/item/shulker_shell.json')
| -rwxr-xr-x | assets/minecraft/models/item/shulker_shell.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/shulker_shell.json b/assets/minecraft/models/item/shulker_shell.json new file mode 100755 index 00000000..7c917e7b --- /dev/null +++ b/assets/minecraft/models/item/shulker_shell.json | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "block/entity/shulker/shulker", | ||
| 6 | "4": "item/shulker_shell" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [6, 12, 6], | ||
| 11 | "to": [10, 12, 10], | ||
| 12 | "shade": false, | ||
| 13 | "faces": { | ||
| 14 | "down": {"uv": [0, 0, 16, 16], "texture": "#4"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [0, 0, 0], | ||
| 19 | "to": [16, 12, 16], | ||
| 20 | "faces": { | ||
| 21 | "north": {"uv": [4, 4, 8, 7], "texture": "#1"}, | ||
| 22 | "east": {"uv": [0, 4, 4, 7], "texture": "#1"}, | ||
| 23 | "south": {"uv": [12, 4, 16, 7], "texture": "#1"}, | ||
| 24 | "west": {"uv": [8, 4, 12, 7], "texture": "#1"}, | ||
| 25 | "up": {"uv": [4, 0, 8, 4], "texture": "#1"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [16, 0, 0], | ||
| 30 | "to": [0, 12, 16], | ||
| 31 | "faces": { | ||
| 32 | "north": {"uv": [4, 4, 8, 7], "texture": "#1"}, | ||
| 33 | "east": {"uv": [0, 4, 4, 7], "texture": "#1"}, | ||
| 34 | "south": {"uv": [12, 4, 16, 7], "texture": "#1"}, | ||
| 35 | "west": {"uv": [8, 4, 12, 7], "texture": "#1"} | ||
| 36 | } | ||
| 37 | } | ||
| 38 | ] | ||
| 39 | } \ No newline at end of file | ||