Files
minecraft-assets/data/minecraft/advancements/potato/enter_the_potato.json
2025-02-03 11:41:59 +01:00

31 lines
680 B
JSON

{
"parent": "minecraft:potato/root",
"criteria": {
"entered_potato": {
"conditions": {
"to": "minecraft:potato"
},
"trigger": "minecraft:changed_dimension"
}
},
"display": {
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
"description": {
"translate": "advancements.potato.enter_the_potato.description"
},
"hidden": true,
"icon": {
"count": 1,
"id": "minecraft:potato_of_knowledge"
},
"title": {
"translate": "advancements.potato.enter_the_potato.title"
}
},
"requirements": [
[
"entered_potato"
]
],
"sends_telemetry_event": true
}