Create/Update assets for version 21w07a

This commit is contained in:
InventiveBot
2021-02-17 20:03:50 +00:00
parent c68e7bce4d
commit 1808a11650
7959 changed files with 445463 additions and 98135 deletions

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "minecraft:block/grimstone_tile_wall_side_tall",
"y": 270,
"uvlock": true
}
}
]
}