Compatibility
Minecraft: Java Edition
Platforms
Supported environments
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.
Features
- No client needed custom portal.
- Transform nether portal to custom portal by changing it's frame corners.
- Simple configuration and datapack support.
Planned
- Horizontal portal.
- End portal mode.
- Customized portal frame.
- Customized portal spawned mobs not just piglin or disable it.
- Customized portal minimum spawn height.
- Add or change portal particles.
- Command or function execution when entering and exiting portal.
- Destination based on biome, dimension, height, moon phase, time, and weather.
- Destination based on player level, saturation, or even economy and mana.
- Destination based on executed command or function.
- Destination restricted by dimension and player permissions.
- Destination override gamerule.
- Support for economy, permission, and quest mods.
- And many more including compat mods in the way.
Suggest new features for world portal on GitHub Discussion or Discord would be appreciated.
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.
Compatibility
- Create Addons: Create Portal Integration
Issues
- [Radium] Use Canary instead for better mod compatibility or manually disable "mixin.ai.poi.fast_portals".
There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.
Note
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.