Files
2022-04-06 18:44:52 +00:00

47 lines
949 B
JSON

{
"parent": "minecraft:husbandry/tadpole_in_a_bucket",
"display": {
"icon": {
"item": "minecraft:verdant_froglight"
},
"title": {
"translate": "advancements.husbandry.froglights.title"
},
"description": {
"translate": "advancements.husbandry.froglights.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"froglights": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:ochre_froglight"
]
},
{
"items": [
"minecraft:pearlescent_froglight"
]
},
{
"items": [
"minecraft:verdant_froglight"
]
}
]
}
}
},
"requirements": [
[
"froglights"
]
]
}