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

15 lines
292 B
JSON

{
"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" }
}
]
}