mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-19 09:28:14 +01:00
380104a850
- New Metal Girder block - Experimental Girder renderer for track curves
78 lines
No EOL
1.3 KiB
JSON
78 lines
No EOL
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"
|
|
}
|
|
}
|
|
]
|
|
} |