Create/Update assets for version 22w17a

This commit is contained in:
InventiveBot
2022-04-27 18:37:06 +00:00
parent a37989648a
commit 73c68d31de
15440 changed files with 1017970 additions and 18 deletions

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:husbandry/root",
"display": {
"icon": {
"item": "minecraft:tadpole_bucket"
},
"title": {
"translate": "advancements.husbandry.tadpole_in_a_bucket.title"
},
"description": {
"translate": "advancements.husbandry.tadpole_in_a_bucket.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"tadpole_bucket": {
"trigger": "minecraft:filled_bucket",
"conditions": {
"item": {
"items": [
"minecraft:tadpole_bucket"
]
}
}
}
},
"requirements": [
[
"tadpole_bucket"
]
]
}