All versions
2.0.0
Release
Create: Teleporters 2.0.03 months ago 416
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Features
- Added optional compatibility with Immersive Portals (configurable)
- Custom portals must now be linked to function
- Added support for different portal sizes
- Added config option to enable or disable breaking pocket dimension blocks
- Added new particle effects
Bug Fixes
- Fixed offhand items saving data to the mainhand instead of the offhand
- Fixed dimension parsing that could crash on short dimension names
- Added null checks for
levelinonContentsChanged()to prevent crashes during early loading - Fixed division by zero when tank capacity is 0
- Fixed entities being lost when teleporting across dimensions
- Fixed pocket dimensions overwriting each other
- Fixed custom portals requiring at least 8 buckets to activate
Other Fixes
- Removed unused Checker Framework imports from several block classes
- Added null check for
_player.serverto prevent crashes if a player disconnects - Replaced unsafe casts with
instanceofchecks to avoid runtime crashes - Replaced sound registry lookups with
SoundEvents.ENDERMAN_TELEPORTto prevent null issues
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:9mtJ8MHP:CSaukZPu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9mtJ8MHP:CSaukZPu"
}



