Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

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