mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-20 09:58:11 +01:00
25 lines
400 B
JSON
25 lines
400 B
JSON
|
{
|
||
|
"multipart": [
|
||
|
{
|
||
|
"when": {
|
||
|
"top": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/fluid_tank/block_top"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"apply": {
|
||
|
"model": "create:block/fluid_tank/block_windows"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"bottom": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/fluid_tank/block_bottom"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|