You've already forked minecraft-assets
18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:end_stone"
|
|
},
|
|
"title": "The End",
|
|
"description": "Or the beginning?",
|
|
"background": "minecraft:textures/gui/advancements/backgrounds/end.png"
|
|
},
|
|
"criteria": {
|
|
"entered_end_portal": {
|
|
"trigger": "minecraft:enter_block",
|
|
"conditions": {
|
|
"block": "minecraft:end_portal"
|
|
}
|
|
}
|
|
}
|
|
} |