You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
42
data/minecraft/advancement/husbandry/silk_touch_nest.json
Normal file
42
data/minecraft/advancement/husbandry/silk_touch_nest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"silk_touch_nest": {
|
||||
"conditions": {
|
||||
"block": "minecraft:bee_nest",
|
||||
"item": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantments": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"num_bees_inside": 3
|
||||
},
|
||||
"trigger": "minecraft:bee_nest_destroyed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bee_nest"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"silk_touch_nest"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user