mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-10-31 22:50:50 +01:00
19 lines
672 B
JSON
19 lines
672 B
JSON
{
|
|
"multipart": [
|
|
{ "when": { "up": "true" },
|
|
"apply": { "model": "actuallyadditions:blockQuartzWallPost" }
|
|
},
|
|
{ "when": { "north": "true" },
|
|
"apply": { "model": "actuallyadditions:blockQuartzWallSide", "uvlock": true }
|
|
},
|
|
{ "when": { "east": "true" },
|
|
"apply": { "model": "actuallyadditions:blockQuartzWallSide", "y": 90, "uvlock": true }
|
|
},
|
|
{ "when": { "south": "true" },
|
|
"apply": { "model": "actuallyadditions:blockQuartzWallSide", "y": 180, "uvlock": true }
|
|
},
|
|
{ "when": { "west": "true" },
|
|
"apply": { "model": "actuallyadditions:blockQuartzWallSide", "y": 270, "uvlock": true }
|
|
}
|
|
]
|
|
}
|