summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stonecutter.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/stonecutter.json')
-rwxr-xr-xassets/minecraft/models/block/stonecutter.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stonecutter.json b/assets/minecraft/models/block/stonecutter.json
new file mode 100755
index 00000000..97bfaf4b
--- /dev/null
+++ b/assets/minecraft/models/block/stonecutter.json
@@ -0,0 +1,30 @@
1{ "parent": "block/block",
2 "textures": {
3 "particle": "block/stonecutter_bottom",
4 "bottom": "block/stonecutter_bottom",
5 "top": "block/stonecutter_top",
6 "side": "block/stonecutter_side",
7 "front": "block/stonecutter_front",
8 "saw": "block/stonecutter_saw"
9 },
10 "elements": [
11 { "from": [ 0, 0, 0 ],
12 "to": [ 16, 9, 16 ],
13 "faces": {
14 "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
15 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
16 "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" },
17 "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" },
18 "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#front", "cullface": "west" },
19 "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#front", "cullface": "east" }
20 }
21 },
22 { "from": [ 1, 9, 8 ],
23 "to": [ 15, 16, 8 ],
24 "faces": {
25 "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 },
26 "south": { "uv": [ 15, 9, 1, 16 ], "texture": "#saw", "tintindex": 0 }
27 }
28 }
29 ]
30}