mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-19 17:38:08 +01:00
78 lines
1.3 KiB
JSON
78 lines
1.3 KiB
JSON
|
{
|
||
|
"multipart": [
|
||
|
{
|
||
|
"when": {
|
||
|
"x": "false",
|
||
|
"z": "false"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_pole"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"x": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_x"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"z": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_z"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"top": "true",
|
||
|
"x": "true",
|
||
|
"z": "false"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_top"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"bottom": "true",
|
||
|
"x": "true",
|
||
|
"z": "false"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_bottom"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"top": "true",
|
||
|
"x": "false",
|
||
|
"z": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_top"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"bottom": "true",
|
||
|
"x": "false",
|
||
|
"z": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_bottom"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"x": "true",
|
||
|
"z": "true"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "create:block/metal_girder/block_cross"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|