Custom Portal Builder Mod (1.20.4, 1.20.1) – Configure Custom Portals
Custom Portal Builder Mod (1.20.4, 1.20.1) allows players to utilize the Custom Portal API to create custom portals to existing dimensions. Do you want the portal to enter the Nether to be made out of quartz blocks instead of obsidian? This mod allows you to do just that. An example code and instructions on how to use the mod are provided below.
![]()
Features:
Code to make Nether portals using stone and uses diamond as igniter:
{
“isFlat”: false,
“frameBlock”: “minecraft:stone”,
“isFluidIgniter”: false,
“itemIgniter”: “minecraft:diamond”,
“dimension”: “minecraft:the_nether”,
“r”: 200,
“g”: 50,
“b”: 50
}
Tag Descriptions:
- 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.
Screenshots:





Requires:
Minecraft Forge or Fabric API or NeoForge Installer
Custom Portal API Reforged
How to install:
Click the following link to view details: How to Install Mods for Minecraft Java Edition on PC: A Beginner Guide
Custom Portal Builder Mod (1.20.4, 1.20.1) Download Links
For Minecraft 1.16.5
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.17.1
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.18.2
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.20.1, 1.20
Forge version: Download from Server 1 – Download from Server 2
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.20.2
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.20.4
NeoForge version: Download from Server 1 – Download from Server 2
Fabric version: Download from Server 1 – Download from Server 2
0
4 hours ago