You've already forked minecraft-assets
45 lines
911 B
JSON
45 lines
911 B
JSON
{
|
|
"parent": "minecraft:husbandry/leash_all_frog_variants",
|
|
"criteria": {
|
|
"froglights": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"minecraft:ochre_froglight"
|
|
]
|
|
},
|
|
{
|
|
"items": [
|
|
"minecraft:pearlescent_froglight"
|
|
]
|
|
},
|
|
{
|
|
"items": [
|
|
"minecraft:verdant_froglight"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.husbandry.froglights.description"
|
|
},
|
|
"frame": "challenge",
|
|
"icon": {
|
|
"item": "minecraft:verdant_froglight"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.husbandry.froglights.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"froglights"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |