1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"textures": {
"antenna": "minecraft:block/iron_block",
"body": "minecraft:block/coal_block"
},
"elements": [
{ "from": [ 6.5, 0.9, 15.4 ],
"to": [ 9.5, 3.1, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#body" }
}
},
{ "from": [ 7, 1, 15.3 ],
"to": [ 7.1, 7.5, 15.4 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#antenna" }
}
}
]
}
|