SimpleMultipart/src/test/resources/assets/multipart_test/models/multipart/slab/bottom.json

17 lines
477 B
JSON

{
"parent": "simplemultipart:multipart/multipart",
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"down": { "texture": "#texture", "cullface": "down" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture", "cullface": "north" },
"south": { "texture": "#texture", "cullface": "south" },
"west": { "texture": "#texture", "cullface": "west" },
"east": { "texture": "#texture", "cullface": "east" }
}
}
]
}