This mod uses the Custom Portal API to allow the user to configure custom portals to existing dimensions using existing blocks and items.
This is an example of the config to make a portal to the nether, that has stone as the frame, and a diamond as the igniter:
{
"isFlat": false,
"frameBlock": "minecraft:stone",
"isFluidIgniter": false,
"itemIgniter": "minecraft:diamond",
"dimension": "minecraft:the_nether",
"r": 200,
"g": 50,
"b": 50
}
Config Options
isFlat: determines if you want a nether like portal or one like the end portal
frameBlock: you designated block to make the portal from. DO NOT use the same block for multiple portals
isFluidIgniter: determines whether you want to light the portal with an item or with a liquid(lava, water, etc.)
itemIgniter: if isFluidIgniter is false then use this to sellect the item you want to use to ignite the portal
fluidIgniter: if isFluidIgniter is true then use this to sellect the fluid you want to use to ignite the portal
dimension: the id of the dimension you want the portal to lead to.
r, g, and b: These are the RGB values for the color of the portal.
Please note that on forge it the Custom Portal API Reforged by AzureDoomC is a required dependancy
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+