mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-06 00:49:09 +01:00
19 lines
712 B
JSON
19 lines
712 B
JSON
{
|
|
"multipart": [
|
|
{ "when": { "up": "true" },
|
|
"apply": { "model": "actuallyadditions:blockChiseledQuartzWallPost" }
|
|
},
|
|
{ "when": { "north": "true" },
|
|
"apply": { "model": "actuallyadditions:blockChiseledQuartzWallSide", "uvlock": true }
|
|
},
|
|
{ "when": { "east": "true" },
|
|
"apply": { "model": "actuallyadditions:blockChiseledQuartzWallSide", "y": 90, "uvlock": true }
|
|
},
|
|
{ "when": { "south": "true" },
|
|
"apply": { "model": "actuallyadditions:blockChiseledQuartzWallSide", "y": 180, "uvlock": true }
|
|
},
|
|
{ "when": { "west": "true" },
|
|
"apply": { "model": "actuallyadditions:blockChiseledQuartzWallSide", "y": 270, "uvlock": true }
|
|
}
|
|
]
|
|
}
|