Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
World Portal
World Portal can create custom world portal to travel between dimensions. You can make your own portal for your custom dimension easily.
Usage
You can configure this mod by config or data driven by using datapack.
Config (worldportal.json)
The id "minecraft:example" can be anything as long as it's unique.
{
"portals": {
"minecraft:example": {
"frame_top_right": "minecraft:iron_block",
"frame_top_left": "minecraft:gold_block",
"frame_bottom_right": "minecraft:gold_block",
"frame_bottom_left": "minecraft:iron_block",
"destination": "customdimension:dimension"
}
}
}
Datapack
In your datapack, create "worldportal" folder with "portal" folder inside. In portal folder create json file with any name with content:
{
"frame_top_right": "minecraft:iron_block",
"frame_top_left": "minecraft:gold_block",
"frame_bottom_right": "minecraft:gold_block",
"frame_bottom_left": "minecraft:iron_block",
"destination": "test:test"
}
For now you can only customize portal frame corner and destination dimension if matches. More mechanics will be added on the next update, for now it's enough for my use case.
Note
This mod can only be used to create custom portal. To make dimension, you need datapack or another mod to do it.
Feel free to use in modpacks, videos, stream, or similar media.