summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cem/banner.jem
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/optifine/cem/banner.jem
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cem/banner.jem')
-rwxr-xr-xassets/minecraft/optifine/cem/banner.jem56
1 files changed, 56 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cem/banner.jem b/assets/minecraft/optifine/cem/banner.jem
new file mode 100755
index 00000000..d6e16b19
--- /dev/null
+++ b/assets/minecraft/optifine/cem/banner.jem
@@ -0,0 +1,56 @@
1{
2 "textureSize": [64, 64],
3 "models": [
4 {
5 "part": "top",
6 "id": "top",
7 "invertAxis": "xy",
8 "translate": [0, -12, 0],
9 "boxes": [
10 {
11 "coordinates": [-10.5, 41.5, 0, 21, 3, 3],
12 "uvNorth": [2, 48, 16, 50],
13 "uvEast": [0, 48, 2, 50],
14 "uvSouth": [18, 48, 32, 50],
15 "uvWest": [16, 48, 18, 50],
16 "uvUp": [16, 48, 2, 46],
17 "uvDown": [30, 46, 16, 48]
18 }
19 ]
20 },
21 {
22 "part": "slate",
23 "id": "slate",
24 "invertAxis": "xy",
25 "translate": [0, -44, 0],
26 "boxes": [
27 {
28 "coordinates": [-10.5, 3, -1.5, 21, 41.5, 1.5],
29 "uvNorth": [1, 1, 21, 41],
30 "uvEast": [0, 1, 1, 41],
31 "uvSouth": [22, 1, 42, 41],
32 "uvWest": [21, 1, 22, 41],
33 "uvUp": [21, 1, 1, 0],
34 "uvDown": [41, 0, 21, 1]
35 }
36 ]
37 },
38 {
39 "part": "stand",
40 "id": "stand",
41 "invertAxis": "xy",
42 "translate": [0, -12, 0],
43 "boxes": [
44 {
45 "coordinates": [-1.5, 0, 0, 3, 41.5, 3],
46 "uvNorth": [54, 2, 56, 30],
47 "uvEast": [52, 2, 54, 30],
48 "uvSouth": [58, 2, 60, 30],
49 "uvWest": [56, 2, 58, 30],
50 "uvUp": [56, 2, 54, 0],
51 "uvDown": [58, 0, 56, 2]
52 }
53 ]
54 }
55 ]
56} \ No newline at end of file