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

20 lines
430 B
JSON
Raw Normal View History

2018-12-24 20:43:12 +00:00
{
2018-12-25 15:20:44 +00:00
"parent": "simplemultipart:multipart/multipart",
2018-12-24 20:43:12 +00:00
"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" }
}
}
]
}