Arias-Essentials/src/generated/resources/assets/ariasessentials/blockstates/clinker_brick_wall.json
2024-09-14 15:16:50 -07:00

90 lines
No EOL
1.7 KiB
JSON

{
"multipart": [
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/clinker_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}