mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 06:46:27 +01:00
5e628e18cb
- Added partial versions of the building blocks
19 lines
No EOL
750 B
JSON
19 lines
No EOL
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 }
|
|
}
|
|
]
|
|
} |