Create/Update assets for version 1.21.2-pre1

This commit is contained in:
InventiveBot
2024-10-09 18:32:42 +02:00
parent f92defc730
commit 9fd07736ea
20842 changed files with 1465189 additions and 18 deletions

View File

@@ -0,0 +1,172 @@
{
"multipart": [
{
"apply": [
{
"model": "minecraft:block/fire_floor0"
},
{
"model": "minecraft:block/fire_floor1"
}
],
"when": {
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "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": [
{
"north": "true"
},
{
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "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": [
{
"east": "true"
},
{
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "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": [
{
"south": "true"
},
{
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "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": {
"OR": [
{
"west": "true"
},
{
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
]
}
},
{
"apply": [
{
"model": "minecraft:block/fire_up0"
},
{
"model": "minecraft:block/fire_up1"
},
{
"model": "minecraft:block/fire_up_alt0"
},
{
"model": "minecraft:block/fire_up_alt1"
}
],
"when": {
"up": "true"
}
}
]
}