SimpleMultipart/src/test/resources/assets/multipart_test/models/multipart/center.json

19 lines
380 B
JSON

{
"textures": {
"texture": "block/diamond_block"
},
"elements": [
{
"from": [6, 6, 6],
"to": [10, 10, 10],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture" },
"south": { "texture": "#texture" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}