Custom Portal Builder - Create Portals According to Your Preferences
This mod provides players with the ability to configure custom portals to various dimensions using standard game blocks and items. The functionality is based on a portal creation API, which opens up wide possibilities for customization.
Configuration Example
Here is an example of setting up a portal to the Nether, where the frame is made of stone and activation requires a diamond:
{
"isFlat": false,
"frameBlock": "minecraft:stone",
"isFluidIgniter": false,
"itemIgniter": "minecraft:diamond",
"dimension": "minecraft:the_nether",
"r": 200,
"g": 50,
"b": 50
}
Configuration Parameters
isFlat: Determines the portal type - vertical like in the Nether or horizontal like in the End
frameBlock: The block from which the portal frame will be built. It is recommended to use different blocks for different portals
isFluidIgniter: Choice of activation method: by item or by liquid (lava, water, and others)
itemIgniter: If liquid activation is disabled, this specifies the item for creating the portal
fluidIgniter: When activating with liquid, the type of liquid for creating the portal passage is set
dimension: The identifier of the dimension to which the portal will lead
r, g, b: RGB color values for customizing the portal's appearance
Important: For the mod to work on the Forge platform, installation of Custom Portal API Reforged by AzureDoomC is required