Dimension Link
Have you ever faced this issue: you created custom dimensions through datapack or another mod, but Nether and End portals only work with standard Minecraft dimensions? Mod Dimension Link solves this problem, offering functionality similar to the Multiverse-NetherPortals plugin but for modified games.
Now you can create complete world sets with their own dimensions — from a resource world with its unique Hell and End to any other combination of dimensions.
Key Features
- Creation of linked dimension groups with separate portals between them
- Configuration of exit portal behavior according to your needs
- Simple configuration and full datapack support
- The mod can be easily added and removed from existing worlds
It's recommended to create a world backup before installation.
Usage
Standard setup automatically links dimensions with paths "overworld", "the_nether" and "the_end" in corresponding namespaces. Manual configuration and work through datapacks are also available.
Configuration (dimensionlink.json)
You can configure automatic linking or add custom connections:
{
"auto_link": {
"exact_overworld_path": "overworld",
"exact_the_nether_path": "the_nether",
"exact_the_end_path": "the_end"
},
"worlds": [
{
"overworld": "dimensionlink:overworld",
"the_nether": "dimensionlink:the_nether",
"the_end": "dimensionlink:the_end",
"disable_end_respawn": true
}
]
}
Datapacks
Create a "dimensionlink" directory in your datapack folder with an inner "world" folder. Place a JSON file with any name there:
{
"overworld": "test:one",
"the_nether": "test:two",
"the_end": "test:three",
"disable_end_respawn": true
}
By default, the exit portal in the End respawns the player, but you can configure its operation as a regular portal through configuration or datapack.
Compatibility
- Passengers Portal Fix
- Create addons: Create Portal Integration
Technical Features
This mod only changes portal behavior, redirecting them to other dimensions. Creating custom dimensions will require datapacks or additional mods. The mod does not include fixes for achievements, End exit portal spawning, and Ender Dragon fight in mirror dimensions—Dimension Fixer is needed for this functionality.
