Custom Portal Builder Mod lets you create unique portals to any existing dimension using almost any block. If you want a Nether portal made of quartz or stone instead of obsidian, this mod makes it possible. You can customize the frame, the way it lights up, and even the color of the portal itself.

Features:

  • Build portals with any block you choose for the frame.
  • Create portals in two styles: vertical like a Nether portal or flat like an End portal.
  • Choose how to activate your portal, using either a specific item or a fluid like water or lava.
  • Link your custom portal to any existing dimension, such as The Nether or The End.
  • Change the color of the portal’s swirling effect using RGB values.

How to Use:

To create a custom portal, you need to configure it. Below is an example of the code to make a Nether portal using a stone 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
}

Configuration Options:

  • IsFlat: Set this to ‘true’ for a flat portal (like the End) or ‘false’ for a vertical one (like the Nether).
  • FrameBlock: Defines which block to use for the portal frame. Do not use the same block for more than one portal type.
  • IsFluidIgniter: Determines if the portal is lit by a fluid (‘true’) or an item (‘false’).
  • ItemIgniter: If ‘isFluidIgniter’ is false, this sets the item used to light the portal.
  • FluidIgniter: If ‘isFluidIgniter’ is true, this sets the fluid used to light the portal.
  • Dimension: The ID of the dimension the portal will lead to.
  • R, g, b: These are the red, green, and blue values that set the portal’s color.

Screenshots:

A custom portal made of oak wood planks on a hill
A custom portal made of oak wood planks on a hill
Custom Portal Builder Mod creates a portal using quartz blocks
Custom Portal Builder Mod creates a portal using quartz blocks
Custom Portal Builder Mod showing a portal made of magma blocks
Custom Portal Builder Mod showing a portal made of magma blocks
A custom portal with a frame made of purpur blocks
A custom portal with a frame made of purpur blocks
Custom Portal Builder Mod showing a quartz frame nether portal
Custom Portal Builder Mod showing a quartz frame nether portal

Custom Portal Builder Mod Download Links

For Minecraft 1.20.4

NeoForge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.18.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.17.1

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.16.5

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 2 Average: 3]