summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/four_dead_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/four_dead_sea_pickles.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/four_dead_sea_pickles.json')
-rwxr-xr-xassets/minecraft/models/block/four_dead_sea_pickles.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/four_dead_sea_pickles.json b/assets/minecraft/models/block/four_dead_sea_pickles.json
new file mode 100755
index 00000000..0fdd3049
--- /dev/null
+++ b/assets/minecraft/models/block/four_dead_sea_pickles.json
@@ -0,0 +1,55 @@
1{
2 "textures": {
3 "particle": "block/sea_pickle",
4 "all": "block/sea_pickle"
5 },
6 "elements": [
7 { "from": [ 2, 0, 2 ],
8 "to": [ 6, 6, 6 ],
9 "faces": {
10 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
11 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
12 "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" },
13 "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" },
14 "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" },
15 "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" }
16 }
17 },
18 {
19 "from": [ 9, 0, 10 ],
20 "to": [ 13, 4, 14 ],
21 "faces": {
22 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
23 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
24 "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" },
25 "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" },
26 "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" },
27 "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" }
28 }
29 },
30 {
31 "from": [ 9, 0, 2 ],
32 "to": [ 13, 6, 6 ],
33 "faces": {
34 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
35 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
36 "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" },
37 "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" },
38 "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" },
39 "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" }
40 }
41 },
42 {
43 "from": [ 2, 0, 8 ],
44 "to": [ 6, 7, 12 ],
45 "faces": {
46 "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" },
47 "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" },
48 "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" },
49 "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" },
50 "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" },
51 "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" }
52 }
53 }
54 ]
55}