Create/Update assets for version 20w17a

This commit is contained in:
InventiveBot
2020-04-22 15:10:19 +00:00
parent 4d6e0b1417
commit b05ece6e6d
5710 changed files with 304712 additions and 64774 deletions

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:netherite_scrap"
]
},
"criteria": {
"has_ancient_debris": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:ancient_debris"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:netherite_scrap"
}
}
},
"requirements": [
[
"has_ancient_debris",
"has_the_recipe"
]
]
}