Modscraper Modscraper Minecraft
Custom Portal Builder logo

Custom Portal Builder

Mod

by TheArchitects777

Utilizes the Custom Portal Api to allow the user to create portals easily

Type

Mod

CurseForge Downloads

0

CurseForge ID

1000278

Modrinth Downloads

0

Modrinth ID

E93rNbXb

Last Updated

Apr 12, 2026

Description

Forge:

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
}

all the options are as follows:

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

 

Compatibility

Mod Loaders

Fabric Forge

Game Versions

1.16.5 1.17.1 1.18.2 1.20 1.20.1 1.20.2 1.20.4

Screenshots

Similar Mods

Included in Modpacks

External Resources