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