Create/Update assets for version 22w43a

This commit is contained in:
InventiveBot
2022-10-26 18:41:59 +02:00
parent 8874585f7c
commit 95405916fa
16757 changed files with 1120118 additions and 18 deletions

View File

@@ -0,0 +1,73 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/composter"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents1"
},
"when": {
"level": "1"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents2"
},
"when": {
"level": "2"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents3"
},
"when": {
"level": "3"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents4"
},
"when": {
"level": "4"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents5"
},
"when": {
"level": "5"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents6"
},
"when": {
"level": "6"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents7"
},
"when": {
"level": "7"
}
},
{
"apply": {
"model": "minecraft:block/composter_contents_ready"
},
"when": {
"level": "8"
}
}
]
}