You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
40
data/minecraft/advancement/husbandry/froglights.json
Normal file
40
data/minecraft/advancement/husbandry/froglights.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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": {
|
||||
"count": 1,
|
||||
"id": "minecraft:verdant_froglight"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.froglights.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"froglights"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user