Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

@@ -0,0 +1,41 @@
{
"parent": "minecraft:husbandry/root",
"criteria": {
"safely_harvest_honey": {
"conditions": {
"item": {
"items": [
"minecraft:glass_bottle"
]
},
"location": {
"block": {
"tag": "minecraft:beehives"
},
"smokey": true
}
},
"trigger": "minecraft:item_used_on_block"
}
},
"display": {
"announce_to_chat": true,
"description": {
"translate": "advancements.husbandry.safely_harvest_honey.description"
},
"frame": "task",
"hidden": false,
"icon": {
"item": "minecraft:honey_bottle"
},
"show_toast": true,
"title": {
"translate": "advancements.husbandry.safely_harvest_honey.title"
}
},
"requirements": [
[
"safely_harvest_honey"
]
]
}