Create custom world portal to travel between dimensions.
World Portal can create custom world portal to travel between dimensions. You can make your own portal for your custom dimension easily.
Can be added to existing modpack or world and can be removed from existing world easly. Please make sure backup your world first.
Suggest new features for world portal on GitHub Discussion or Discord would be appreciated.
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:gold_block",
"frame_top_left": "minecraft:iron_block",
"frame_bottom_right": "minecraft:iron_block",
"frame_bottom_left": "minecraft:gold_block",
"mode": "worldportal:default",
"destination": "customdimension:dimension"
},
"minecraft:example_horizontal": {
"frame_top_right": "minecraft:gold_block",
"frame_top_left": "minecraft:iron_block",
"frame_bottom_right": "minecraft:iron_block",
"frame_bottom_left": "minecraft:gold_block",
"mode": "worldportal:horizontal",
"destination": "customdimension:dimension_flat"
}
}
}
Datapack
In your datapack namespace folder, create "worldportal" folder with "portal" folder inside. In portal folder create json file with any name with content:
{
"frame_top_right": "minecraft:gold_block",
"frame_top_left": "minecraft:iron_block",
"frame_bottom_right": "minecraft:iron_block",
"frame_bottom_left": "minecraft:gold_block",
"mode": "worldportal:default",
"destination": "test:test"
}
-> data\{namespace}\worldportal\portal\{id}.json
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.
There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.
This mod can only be used to create custom portal. To make dimension, you need datapack or another mod to do it.
Made for personal gameplay tinkering, server customization, and modpack creation. Feel free to use in modpacks, videos, stream, or similar media. Consider help me financially if you like this mod, I will be really grateful.