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

15 lines
294 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" }
},
{
2018-12-24 22:16:38 +00:00
"when": { "facing": "down" },
2018-12-24 20:43:12 +00:00
"apply": { "model": "multipart_test:multipart/bottom" }
},
{
2018-12-24 22:16:38 +00:00
"when": { "facing": "north" },
2018-12-24 20:43:12 +00:00
"apply": { "model": "multipart_test:multipart/vertical" }
}
]
2018-12-24 16:29:06 +00:00
}