Create/Update assets for version 20w18a

This commit is contained in:
InventiveBot
2020-04-29 17:28:15 +00:00
parent f04298709e
commit c5b62d7e73
5722 changed files with 313243 additions and 66232 deletions

View File

@@ -0,0 +1,42 @@
{
"parent": "minecraft:husbandry/root",
"display": {
"icon": {
"item": "minecraft:bee_nest"
},
"title": {
"translate": "advancements.husbandry.silk_touch_nest.title"
},
"description": {
"translate": "advancements.husbandry.silk_touch_nest.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"silk_touch_nest": {
"trigger": "minecraft:bee_nest_destroyed",
"conditions": {
"block": "minecraft:bee_nest",
"item": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
},
"num_bees_inside": 3
}
}
},
"requirements": [
[
"silk_touch_nest"
]
]
}