Server Sided Portals

Quick rating

Server Sided Portals

No reviews yet

Create custom portals and dimensions compatible with any client!

Custom Dimensions
Player Transport
API/Library
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Crystal Nest Community License v1
Latest Version
[NeoForge - 26.1] Server Sided Portals v2.2.1

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Server Sided Portals banner


Minecraft26.1.xSeparator1.21.11Separator1.21.10Separator1.21.8Separator1.21.7Separator1.21.6Separator1.21.1Separator1.21

LoaderNeoForgeSeparatorFabric

Overlay

IssuesGitHub


📝 Description

This is a mod API that provides easily customizable and server-sided portals to any custom dimension.
This mod is required server side only, and is thus compatible with any client, Vanilla included.
This mod can be used as a dependency for another mod/datapack, or bundled in a modpack with a custom datapack or with mods that require it.

Check out the usage details below or on the Wiki!

Features

  • 🔮 Custom Portals: Create portals with fully customizable frames linked to any dimension.
  • 🧱 Flexible Frame Design: Define valid frame blocks using block tags — supports multiple block types!
  • 🔥 Custom Igniters: Choose which items can light the portal using item tags — supports multiple items!
  • 🖥️ Server-Side Only: No need to install the mod on clients — works entirely server-side.
  • 🌍 Cross-Dimension Support: Add portals to any dimension, even ones added by other mods.
  • Fully Compatible: Works seamlessly with both Vanilla and modded clients.
  • 🧩 Mod & Datapack Friendly: Simple integration whether you're using a datapack or developing a mod.
  • 📚 Comprehensive Wiki: Check out the Wiki for guides, examples, and more features!

🚀 Usage

For detailed examples, check out the Wiki.
There, you'll find step-by-step guides for creating custom dimensions, portal frames, igniters, and additional tweaks!

📦 Datapack

Making use of this mod with a datapack is easy! Just follow these simple steps:

  1. Set up a datapack: Start by creating a datapack following this Minecraft tutorial.
  2. Define a dimension Type: Generate a custom dimension type with this generator.
  3. Create your dimension: Use this generator to set up your custom dimension.
  4. Specify portal frame blocks: Create a block tag called dimension_portal_frame, replacing dimension with your dimension name. You can include multiple blocks or even other tags!
  5. (Optional) Choose portal igniters: Optionally create an item tag named dimension_portal_igniter, replacing dimension with your dimension name, for items that can ignite the portal. You can also use multiple items or tags.
  6. Organize your files: Make sure all JSON files from the above steps are under the same namespace.

That's it! Load your datapack alongside this mod, and your dimensions and portals are ready to use.
You're free to add multiple dimensions, each with unique portal frames and igniters!

Since v2.1.0, you can further customize your dimensions by setting specific gamemodes for players entering them or defining custom entry points other than the Overworld.
Check out the Wiki for details.

🛠️ Mod

Integrating this API into your mod is straightforward:

  • Follow the steps outlined in the Datapack section above.
  • Instead of placing files in a datapack, place them under your mod's resource folder: resources/data/mod_id/.

If you prefer giving users the choice to enable or disable your datapack, consider using Cobweb static datapack API.

Creating a mod (rather than a datapack) allows you to add extra functionality and enhance your custom dimensions further.

Additionally, this API provides several helpful utility methods. Explore the Javadoc for detailed documentation on these methods.

🔄 Compatibilities

Mod Loader Compatibility
Crying Portals All Incompatible
Immersive Portals All Incompatible
BetterNether Fabric Compatible
Very Many Players Fabric Compatible with use_async_portals=false
Canary Forge Compatible with fast portals disabled

🔗 Dependencies

Mod Loader Requirement
Cobweb All Required

📜 License and right of use

Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.
This project is published under the Crystal Nest Community License v1.

❤️ Support us

Crystal Nest WebsiteDiscordPatreonKo-fiOur other projectsModrinthCurseForge

Bisect Hosting

Server Sided Portals banner


Minecraft1.21.11Separator1.21.10Separator1.21.8Separator1.21.7Separator1.21.6Separator1.21.1Separator1.21

LoaderNeoForgeSeparatorForgeSeparatorFabric

Overlay

IssuesGitHub


📝 Description

This is a mod API that provides easily customizable and server-sided portals to any custom dimension.
This mod is required server side only, and is thus compatible with any client, Vanilla included.
This mod can be used as a dependency for another mod/datapack, or bundled in a modpack with a custom datapack or with mods that require it.

Check out the usage details below or on the Wiki!

Features

  • 🔮 Custom Portals: Create portals with fully customizable frames linked to any dimension.
  • 🧱 Flexible Frame Design: Define valid frame blocks using block tags — supports multiple block types!
  • 🔥 Custom Igniters: Choose which items can light the portal using item tags — supports multiple items!
  • 🖥️ Server-Side Only: No need to install the mod on clients — works entirely server-side.
  • 🌍 Cross-Dimension Support: Add portals to any dimension, even ones added by other mods.
  • Fully Compatible: Works seamlessly with both Vanilla and modded clients.
  • 🧩 Mod & Datapack Friendly: Simple integration whether you're using a datapack or developing a mod.
  • 📚 Comprehensive Wiki: Check out the Wiki for guides, examples, and more features!

🚀 Usage

For detailed examples, check out the Wiki.
There, you'll find step-by-step guides for creating custom dimensions, portal frames, igniters, and additional tweaks!

📦 Datapack

Making use of this mod with a datapack is easy! Just follow these simple steps:

  1. Set up a datapack: Start by creating a datapack following this Minecraft tutorial.
  2. Define a dimension Type: Generate a custom dimension type with this generator.
  3. Create your dimension: Use this generator to set up your custom dimension.
  4. Specify portal frame blocks: Create a block tag called dimension_portal_frame, replacing dimension with your dimension name. You can include multiple blocks or even other tags!
  5. (Optional) Choose portal igniters: Optionally create an item tag named dimension_portal_igniter, replacing dimension with your dimension name, for items that can ignite the portal. You can also use multiple items or tags.
  6. Organize your files: Make sure all JSON files from the above steps are under the same namespace.

That's it! Load your datapack alongside this mod, and your dimensions and portals are ready to use.
You're free to add multiple dimensions, each with unique portal frames and igniters!

Since v2.1.0, you can further customize your dimensions by setting specific gamemodes for players entering them or defining custom entry points other than the Overworld.
Check out the Wiki for details.

🛠️ Mod

Integrating this API into your mod is straightforward:

  • Follow the steps outlined in the Datapack section above.
  • Instead of placing files in a datapack, place them under your mod's resource folder: resources/data/mod_id/.

If you prefer giving users the choice to enable or disable your datapack, consider using Cobweb static datapack API.

Creating a mod (rather than a datapack) allows you to add extra functionality and enhance your custom dimensions further.

Additionally, this API provides several helpful utility methods. Explore the Javadoc for detailed documentation on these methods.

🔄 Compatibilities

Mod Loader Compatibility
Crying Portals All Incompatible
Immersive Portals All Incompatible
BetterNether Fabric Compatible
Very Many Players Fabric Compatible with use_async_portals=false
Canary Forge Compatible with fast portals disabled

🔗 Dependencies

Mod Loader Requirement
Cobweb All Required

📜 License and right of use

Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.
This project is published under the Crystal Nest Community License v1.

❤️ Support us

Crystal Nest WebsiteDiscordPatreonKo-fiOur other projectsModrinthCurseForge

Bisect Hosting

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~39,000
Total Downloads
CurseForge
~21,000
Modrinth
~17,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works