You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
47
data/minecraft/advancements/husbandry/froglights.json
Normal file
47
data/minecraft/advancements/husbandry/froglights.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.froglights.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:verdant_froglight"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.froglights.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"froglights"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user