mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"id": "minecraft:obsidian"
|
|
},
|
|
"title": "Into The Nether",
|
|
"description": "Construct a Nether Portal.",
|
|
"frame": "task"
|
|
},
|
|
"parent": "minecraft:nether/root",
|
|
"criteria": {
|
|
"requirement": {
|
|
"trigger": "minecraft:changed_dimension",
|
|
"conditions": {
|
|
"to": "minecraft:the_nether"
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"requirement"
|
|
]
|
|
]
|
|
} |