Create/src/generated/resources/assets/create/blockstates/fluid_tank.json

25 lines
400 B
JSON
Raw Normal View History

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