Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last month
Updated 3 hours ago
All versions
1.3.1+26.1.2-neoforge
Release
One Dimension 1.3.1 — NeoForge 26.1.x3 days ago 6
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
OneDimension 1.3.1
A settings screen, and One Dimension picked for you when you make a new world. Available for Minecraft 26.1.x and 26.2 on Fabric, Forge and NeoForge.
Added
- Create New World now opens with One Dimension already selected. No more remembering to change the world type in the World tab. Every other world type is still there and still one click away, and you can turn this off in the settings screen.
- A settings screen, reachable from Mod Menu's config button (Fabric). It holds the world-type
preference above plus the four world rules you could already change with
/onedimension— void damage, the instant-death band, safe descent from the End, and World Wrap. Joining someone else's server, those four are shown greyed out: they belong to that server.
Notes
- Requires CodxLib 1.3.6 or newer — install the build that matches your Minecraft version and loader, or the game will stop at a missing-dependency error.
- The settings screen needs Mod Menu on Fabric. Mod Menu is
optional; without it everything still works, and
/onedimensionand/onedimension menuremain the way to change the world rules on Forge and NeoForge.
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:kXBpPb2P:5lEX5PSM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXBpPb2P:5lEX5PSM"
}


