Create/Update assets for version 21w17a

This commit is contained in:
InventiveBot
2021-04-28 18:32:31 +00:00
parent 12506f9675
commit 44d13b2ae5
14203 changed files with 943847 additions and 18 deletions

View File

@@ -0,0 +1,100 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/iron_bars_post_ends"
}
},
{
"when": {
"south": "false",
"north": "false",
"east": "false",
"west": "false"
},
"apply": {
"model": "minecraft:block/iron_bars_post"
}
},
{
"when": {
"south": "false",
"north": "true",
"east": "false",
"west": "false"
},
"apply": {
"model": "minecraft:block/iron_bars_cap"
}
},
{
"when": {
"south": "false",
"north": "false",
"east": "true",
"west": "false"
},
"apply": {
"model": "minecraft:block/iron_bars_cap",
"y": 90
}
},
{
"when": {
"south": "true",
"north": "false",
"east": "false",
"west": "false"
},
"apply": {
"model": "minecraft:block/iron_bars_cap_alt"
}
},
{
"when": {
"south": "false",
"north": "false",
"east": "false",
"west": "true"
},
"apply": {
"model": "minecraft:block/iron_bars_cap_alt",
"y": 90
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "minecraft:block/iron_bars_side"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "minecraft:block/iron_bars_side",
"y": 90
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "minecraft:block/iron_bars_side_alt"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "minecraft:block/iron_bars_side_alt",
"y": 90
}
}
]
}