summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/three_sea_pickles.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/three_sea_pickles.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/three_sea_pickles.json')
-rwxr-xr-xassets/minecraft/models/block/three_sea_pickles.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/three_sea_pickles.json b/assets/minecraft/models/block/three_sea_pickles.json
new file mode 100755
index 00000000..96477b7e
--- /dev/null
+++ b/assets/minecraft/models/block/three_sea_pickles.json
@@ -0,0 +1,78 @@
1{
2 "ambientocclusion": false,
3 "parent": "block/block",
4 "textures": {
5 "particle": "block/sea_pickle",
6 "all": "block/sea_pickle"
7 },
8 "elements": [
9 { "from": [ 6, 0, 9 ],
10 "to": [ 10, 6, 13 ],
11 "shade": false,
12 "faces": {
13 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
14 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
15 "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" },
16 "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" },
17 "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" },
18 "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" }
19 }
20 },
21 {
22 "from": [ 2, 0, 2 ],
23 "to": [ 6, 4, 6 ],
24 "shade": false,
25 "faces": {
26 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
27 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
28 "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" },
29 "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" },
30 "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" },
31 "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" }
32 }
33 },
34 {
35 "from": [ 8, 0, 4 ],
36 "to": [ 12, 6, 8 ],
37 "shade": false,
38 "faces": {
39 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
40 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
41 "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" },
42 "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" },
43 "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" },
44 "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" }
45 }
46 },
47 {
48 "from": [ 7, 5, 11 ],
49 "to": [ 9, 10, 11 ],
50 "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": -45 },
51 "shade": false,
52 "faces": {
53 "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" },
54 "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }
55 }
56 },
57 {
58 "from": [ 3, 3, 4 ],
59 "to": [ 5, 8, 4 ],
60 "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45 },
61 "shade": false,
62 "faces": {
63 "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" },
64 "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }
65 }
66 },
67 {
68 "from": [ 9, 5, 6 ],
69 "to": [ 11, 10, 6 ],
70 "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 22.5 },
71 "shade": false,
72 "faces": {
73 "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" },
74 "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }
75 }
76 }
77 ]
78}