mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +01:00
19 lines
750 B
JSON
19 lines
750 B
JSON
|
{
|
||
|
"multipart": [
|
||
|
{ "when": { "up": "true" },
|
||
|
"apply": { "model": "create:block/palettes/gabbro_wall_post" }
|
||
|
},
|
||
|
{ "when": { "north": "true" },
|
||
|
"apply": { "model": "create:block/palettes/gabbro_wall_side", "uvlock": true }
|
||
|
},
|
||
|
{ "when": { "east": "true" },
|
||
|
"apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 90, "uvlock": true }
|
||
|
},
|
||
|
{ "when": { "south": "true" },
|
||
|
"apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 180, "uvlock": true }
|
||
|
},
|
||
|
{ "when": { "west": "true" },
|
||
|
"apply": { "model": "create:block/palettes/gabbro_wall_side", "y": 270, "uvlock": true }
|
||
|
}
|
||
|
]
|
||
|
}
|