Create/Update assets for version 20w29a

This commit is contained in:
InventiveBot
2020-07-15 16:37:25 +00:00
parent 6cc8a5d1fe
commit 2cdfd07938
5801 changed files with 358923 additions and 76689 deletions

View File

@@ -1,50 +1,172 @@
{
"multipart": [
{ "when": {"north": false, "east": false, "south": false, "west": false, "up": false},
"apply": [
{ "model": "block/fire_floor0" },
{ "model": "block/fire_floor1" }
]
"multipart": [
{
"when": {
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
},
"apply": [
{
"model": "minecraft:block/fire_floor0"
},
{ "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "block/fire_side0" },
{ "model": "block/fire_side1" },
{ "model": "block/fire_side_alt0" },
{ "model": "block/fire_side_alt1" }
]
},
{ "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "block/fire_side0", "y": 90 },
{ "model": "block/fire_side1", "y": 90 },
{ "model": "block/fire_side_alt0", "y": 90 },
{ "model": "block/fire_side_alt1", "y": 90 }
]
},
{ "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "block/fire_side0", "y": 180 },
{ "model": "block/fire_side1", "y": 180 },
{ "model": "block/fire_side_alt0", "y": 180 },
{ "model": "block/fire_side_alt1", "y": 180 }
]
},
{ "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "block/fire_side0", "y": 270 },
{ "model": "block/fire_side1", "y": 270 },
{ "model": "block/fire_side_alt0", "y": 270 },
{ "model": "block/fire_side_alt1", "y": 270 }
]
},
{ "when": {"up": true},
"apply": [
{ "model": "block/fire_up0" },
{ "model": "block/fire_up1" },
{ "model": "block/fire_up_alt0" },
{ "model": "block/fire_up_alt1" }
]
{
"model": "minecraft:block/fire_floor1"
}
]
}
]
},
{
"when": {
"OR": [
{
"north": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0"
},
{
"model": "minecraft:block/fire_side1"
},
{
"model": "minecraft:block/fire_side_alt0"
},
{
"model": "minecraft:block/fire_side_alt1"
}
]
},
{
"when": {
"OR": [
{
"east": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 90
},
{
"model": "minecraft:block/fire_side1",
"y": 90
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 90
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 90
}
]
},
{
"when": {
"OR": [
{
"south": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 180
},
{
"model": "minecraft:block/fire_side1",
"y": 180
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 180
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 180
}
]
},
{
"when": {
"OR": [
{
"west": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 270
},
{
"model": "minecraft:block/fire_side1",
"y": 270
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 270
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 270
}
]
},
{
"when": {
"up": "true"
},
"apply": [
{
"model": "minecraft:block/fire_up0"
},
{
"model": "minecraft:block/fire_up1"
},
{
"model": "minecraft:block/fire_up_alt0"
},
{
"model": "minecraft:block/fire_up_alt1"
}
]
}
]
}