Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
๐ซ๐ฅ Netherless Portals Datapack
Want to keep the Nether out of your survival world โ without removing portals entirely? With Netherless Portals, Nether portals still light and function visually, but players cannot enter the Nether through them.
Perfect for hardcore survival, lore-based RPG maps, overworld-only adventures, or servers that want to keep gameplay focused entirely on one dimension.
๐ ๏ธ What This Datapack Does
This datapack safely prevents Nether travel while keeping portal mechanics intact:
โ Players cannot enter the Nether through Nether portals โ Portals still light, activate, and look normal โ Works in survival โ no commands or plugins required โ Keeps the Nether dimension intact for commands, admins, and datapack logic โ Fully multiplayer compatible
๐ฎ Why Use It?
- Create Overworld-only or custom-dimension experiences
- Keep early gameplay more grounded and progression-focused
- Perfect for story-driven adventures where the Nether is forbidden
- Prevent players from bypassing late-game challenges
- Keeps the Nether available for admins but blocks survival access
๐ฅ Installation
- Download the datapack
.zip - Place it in your worldโs
datapacksfolder - Reload your world with
/reload - Nether portals will still activate โ but stepping in will no longer teleport players
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ncEiwwfB:4o2l69A2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncEiwwfB:4o2l69A2"
}

