summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/grindstone.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/grindstone.json')
-rwxr-xr-xassets/minecraft/models/block/grindstone.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/grindstone.json b/assets/minecraft/models/block/grindstone.json
new file mode 100755
index 00000000..dff1ee90
--- /dev/null
+++ b/assets/minecraft/models/block/grindstone.json
@@ -0,0 +1,67 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "pivot": "block/grindstone_pivot",
5 "round": "block/grindstone_round",
6 "particle": "block/grindstone_side",
7 "side": "block/grindstone_side"
8 },
9 "elements": [
10 {
11 "from": [12, 0, 6],
12 "to": [14, 7, 10],
13 "faces": {
14 "north": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
15 "east": {"uv": [5, 13, 1, 6], "texture": "#pivot"},
16 "south": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
17 "west": {"uv": [11, 6, 7, 13], "texture": "#pivot"},
18 "down": {"uv": [5, 9, 7, 13], "texture": "#pivot", "cullface": "down"}
19 }
20 },
21 {
22 "from": [2, 0, 6],
23 "to": [4, 7, 10],
24 "faces": {
25 "north": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
26 "east": {"uv": [11, 6, 7, 13], "texture": "#pivot"},
27 "south": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
28 "west": {"uv": [1, 6, 5, 13], "texture": "#pivot"},
29 "down": {"uv": [5, 9, 7, 13], "texture": "#pivot", "cullface": "down"}
30 }
31 },
32 {
33 "from": [12, 7, 5],
34 "to": [14, 13, 11],
35 "faces": {
36 "north": {"uv": [8, 0, 6, 6], "texture": "#pivot"},
37 "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
38 "south": {"uv": [8, 0, 6, 6], "texture": "#pivot"},
39 "up": {"uv": [10, 0, 8, 6], "texture": "#pivot"},
40 "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
41 }
42 },
43 {
44 "from": [2, 7, 5],
45 "to": [4, 13, 11],
46 "faces": {
47 "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
48 "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
49 "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
50 "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"},
51 "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
52 }
53 },
54 {
55 "from": [4, 4, 2],
56 "to": [12, 16, 14],
57 "faces": {
58 "north": {"uv": [8, 0, 16, 12], "texture": "#round"},
59 "east": {"uv": [0, 0, 12, 12], "texture": "#side"},
60 "south": {"uv": [8, 0, 16, 12], "texture": "#round"},
61 "west": {"uv": [0, 0, 12, 12], "texture": "#side"},
62 "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up"},
63 "down": {"uv": [8, 0, 16, 12], "texture": "#round"}
64 }
65 }
66 ]
67} \ No newline at end of file