Add cached datagen outputs

This commit is contained in:
Zontreck 2024-03-01 03:46:00 -07:00
parent 3124f58f77
commit 0374da6b4c
467 changed files with 24772 additions and 0 deletions

View file

@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "ariasessentials:block/slag_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}