Files
minecraft-assets/assets/minecraft/advancements/story/enter_the_nether.json
2017-03-30 14:00:41 +00:00

15 lines
358 B
JSON

{
"display": {
"icon": "minecraft:flint_and_steel",
"title": "Enter the Nether"
},
"parent": "minecraft:story/form_obsidian",
"criteria": {
"entered_nether_portal": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:portal"
}
}
}
}