Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
3.5
Release
Dimension Update 3.52 years ago 181
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Changes
The first Relese is cominig with new Portal Guns, you have to right click to use them and a new dimension, you can enter the new dimension by using the new potion of flip, but be carefull, if you don't have the flip suit you might be in troble, the craftings for the flip suite are coming soon in the 3.5.2 Thanks all of you for the support, more updates are coming soon!
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:gQPCs2P3:GbLojU7X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gQPCs2P3:GbLojU7X"
}

