ActuallyAdditions/src/generated/resources/assets/actuallyadditions/blockstates/pillar_quartz_wall_block.json

51 lines
967 B
JSON
Raw Normal View History

2020-11-01 18:58:08 +01:00
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "actuallyadditions:block/pillar_quartz_wall_block_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "actuallyadditions:block/pillar_quartz_wall_block_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "actuallyadditions:block/pillar_quartz_wall_block_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "actuallyadditions:block/pillar_quartz_wall_block_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "actuallyadditions:block/pillar_quartz_wall_block_side",
"y": 90,
"uvlock": true
}
}
]
}