SimpleMultipart/src/test/resources/assets/multipart_test/multipartstates/test_part.json

15 lines
292 B
JSON
Raw Normal View History

2018-12-24 16:29:06 +00:00
{
2018-12-24 20:43:12 +00:00
"multipart": [
{
"apply": { "model": "multipart_test:multipart/center" }
},
{
"when": { "slot": "bottom" },
"apply": { "model": "multipart_test:multipart/bottom" }
},
{
"when": { "slot": "north" },
"apply": { "model": "multipart_test:multipart/vertical" }
}
]
2018-12-24 16:29:06 +00:00
}