You've already forked minecraft-assets
117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"parent": "minecraft:potato/enter_the_potato",
|
|
"criteria": {
|
|
"minecraft:arboretum": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"biomes": "minecraft:arboretum"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
},
|
|
"minecraft:corruption": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"biomes": "minecraft:corruption"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
},
|
|
"minecraft:fields": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"biomes": "minecraft:fields"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
},
|
|
"minecraft:hash": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"biomes": "minecraft:hash"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
},
|
|
"minecraft:wasteland": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"biomes": "minecraft:wasteland"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
}
|
|
},
|
|
"display": {
|
|
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
|
"description": {
|
|
"translate": "advancements.potato.all_potatoed.description"
|
|
},
|
|
"frame": "challenge",
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:gravtater"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.potato.all_potatoed.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"minecraft:fields"
|
|
],
|
|
[
|
|
"minecraft:arboretum"
|
|
],
|
|
[
|
|
"minecraft:hash"
|
|
],
|
|
[
|
|
"minecraft:wasteland"
|
|
],
|
|
[
|
|
"minecraft:corruption"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |