Create/Update assets for version 23w04a

This commit is contained in:
InventiveBot
2023-01-29 11:20:53 +01:00
parent e9f0b5051d
commit f2de57af2d
17286 changed files with 1155609 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"
}
}
]
}