You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
117
data/minecraft/advancements/potato/all_potatoed.json
Normal file
117
data/minecraft/advancements/potato/all_potatoed.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user