Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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

External resources



Project members

The-Architects727

Member


Technical information

License
ARR
Client side
unsupported
Server side
required
Project ID