Create/Update assets for version 20w28a

This commit is contained in:
InventiveBot
2020-07-08 17:04:28 +00:00
parent d22ccd6810
commit 308262aedd
5801 changed files with 356463 additions and 75733 deletions

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:composter"
]
},
"criteria": {
"has_wood_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:wooden_slabs"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:composter"
}
}
},
"requirements": [
[
"has_wood_slab",
"has_the_recipe"
]
]
}