Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
All versions
0.0.6+1.21.1
Release
[NeoForge 1.21.1] Immersive Gateways - 0.0.6last month 2,863
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
0.0.6
- Prevent gateways outside the world border
- Added structurify compat
0.0.5
- Fixed issues with config loading
- Config now generates immediately
- Added admin commands to create portals
0.0.4
- Removed unsafe randoms
0.0.3
- Fixed a crash on dedicated Forge
- Fixed a crash with C2ME
- Increased retry count to have less ocean portals and other errors
0.0.2
- Portals now generate their target structure rather than searching for it, reducing initial loading time
- Generated structures are now less likely to be buried
- Fixed Sus sand/gravels loot tables
- Fixed sounds not sounding
- Increased portal cooldown to avoid unexpected back teleportation
0.0.1
- Initial release
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:3hZmBMYA:2732EpKG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3hZmBMYA:2732EpKG"
}

