You've already forked minecraft-assets
31 lines
680 B
JSON
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
|
|
} |