32 lines
1018 B
JSON
32 lines
1018 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "blocks/iron_bars",
|
|
"bars": "blocks/iron_bars",
|
|
"edge": "blocks/iron_bars"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 8, 0, 0 ],
|
|
"to": [ 8, 16, 8 ],
|
|
"faces": {
|
|
"west": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" },
|
|
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 0, 0 ],
|
|
"to": [ 9, 16, 9 ],
|
|
"faces": {
|
|
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
|
|
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 0.005, 0 ],
|
|
"to": [ 9, 15.995, 9 ],
|
|
"faces": {
|
|
"down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" },
|
|
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }
|
|
}
|
|
}
|
|
]
|
|
}
|