Minecraft Datapack Portals mod 2026 download
logo
minecraft mod Datapack Portals

Datapack Portals

Game Version: 1.18
Total Downloads: 17,319
Updated: Dec 7, 2021
Created: Nov 28, 2020
Download Datapack PortalsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
datapackportals-1.1.0-1.18.jar release 300.14 KB Dec 7, 2021 1.18 0 download Datapack Portals datapackportals-1.1.0-1.18.jar releaseDownload
datapackportals-1.1.0-1.17.jar release 300.03 KB Nov 28, 2021 1.17.1 668 download Datapack Portals datapackportals-1.1.0-1.17.jar releaseDownload
datapackportals-1.0.3-1.16.jar release 274.58 KB Sep 29, 2021 1.16.5 1,442 download Datapack Portals datapackportals-1.0.3-1.16.jar releaseDownload
datapackportals-1.0.4-1.17.jar release 278.50 KB Jun 16, 2021 1.17 8,718 download Datapack Portals datapackportals-1.0.4-1.17.jar releaseDownload
datapackportals-1.0.2-1.16.jar release 255.47 KB Dec 5, 2020 1.16.4 6,410 download Datapack Portals datapackportals-1.0.2-1.16.jar releaseDownload
datapackportals-1.0.1-1.16.jar release 251.82 KB Nov 30, 2020 1.16.4 58 download Datapack Portals datapackportals-1.0.1-1.16.jar releaseDownload
customportals-1.0.0-1.16.jar release 251.62 KB Nov 28, 2020 1.16.4 23 download Datapack Portals customportals-1.0.0-1.16.jar releaseDownload

Description

Share this:

Datapack Portals

Create custom portals using CustomPortalApi with datapacks.

Inside your datapack create a "portals" folder, this is where you'll put all your custom portals. There is no set limit of allowed portals, as long as there aren't any duplicate frame blocks.
See an example datapack here

Here is an example file:
stoneendportal.json

 {  

       "block": "minecraft:stone",  

    "dim": "minecraft:the_end",  

    "r": 66,  

    "g": 135,  

    "b": 245

 }
  • block: the block used for the frame.
  • dim: the dim id to travel to
  • r, g, b: the
    color to tint the portal

There are also some optional arguments

  • ignitionType: the type of ignition to use. Options are "BLOCK", "FLUID", "ITEM".
  • ignitionSource: the id for block/item/fluid for ignition of the portal, the only supported block being fire : "minecraft:fire". All items and fluids are supported.
  • returnDim: the dimmension to return to, allows for specifying a location other than the overworld to return to

That is all! Portals will function exactly like vanilla nether portals do
portals and stuff

Comments

Add a comment