summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/ice_cubes.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/ice_cubes.json')
-rwxr-xr-xassets/minecraft/models/block/ice_cubes.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/ice_cubes.json b/assets/minecraft/models/block/ice_cubes.json
new file mode 100755
index 00000000..6238dc8a
--- /dev/null
+++ b/assets/minecraft/models/block/ice_cubes.json
@@ -0,0 +1,85 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "0": "block/ice",
5 "1": "block/ice_inventory",
6 "particle": "block/ice"
7 },
8 "elements": [
9 {
10 "from": [0, 0, 0],
11 "to": [16, 16, 16],
12 "faces": {
13 "north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
14 "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
15 "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
16 "west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
17 "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
18 "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
19 }
20 },
21 {
22 "from": [2, 12, -9],
23 "to": [5, 15, -6],
24 "faces": {
25 "north": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
26 "east": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
27 "south": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
28 "west": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
29 "up": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
30 "down": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"}
31 }
32 },
33 {
34 "from": [-10, 10, 5],
35 "to": [-5, 15, 10],
36 "faces": {
37 "north": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
38 "east": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
39 "south": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
40 "west": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
41 "up": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
42 "down": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"}
43 }
44 },
45 {
46 "from": [3, 11, -8],
47 "to": [8, 16, -3],
48 "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
49 "faces": {
50 "north": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
51 "east": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
52 "south": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
53 "west": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
54 "up": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
55 "down": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"}
56 }
57 },
58 {
59 "from": [7, 8, 21],
60 "to": [14, 15, 28],
61 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]},
62 "faces": {
63 "north": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
64 "east": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
65 "south": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
66 "west": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
67 "up": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
68 "down": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"}
69 }
70 },
71 {
72 "from": [18, 16, 4],
73 "to": [26, 24, 12],
74 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]},
75 "faces": {
76 "north": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
77 "east": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
78 "south": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
79 "west": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
80 "up": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
81 "down": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"}
82 }
83 }
84 ]
85} \ No newline at end of file