Revelationary Dimensions
A simple addon to Revelationary which adds support for locking dimensions.
Additionally credits to the Dimension Stages devs for the code I adapted.
Usage
Simply add a "dimensions" field to a Revelationary datapack json.
e.g. in resources/data/<<mod_id>>/revelations/my_revelation.json
{
"advancement": "spectrum:milestones/reveal_quitoxic_reeds",
"block_states": {
"minecraft:grass": "minecraft:beacon",
...
},
"items": {
"minecraft:nether_star": "minecraft:gunpowder",
...
},
"dimensions": [
"minecraft:the_nether",
"aether:the_aether"
...
]
}
