All versions
2.0.1c
Release
Create: Teleporters 2.0.1c3 months ago 390
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog — v2.0.1c
New Features
Coordinate-Based Portal Linking
- Added new config option: "Force Portal-to-Portal Binding"
- When enabled (default): portals require an Advanced TP Link item in their inventory to function
- When disabled: portals use either linked portal coordinates or item data
- Advanced TP Link now stores portal coordinates (savedX/Y/Z, savedDim) for linking
- Portals now store bidirectional link data (linkedX/Y/Z, linkedDim, linkedYaw, isLinked)
- Shift + Right-click with Advanced TP Link clears all link data
- Added Spanish language file
Recipe Configuration
- Added custom recipe event handler for mod-specific recipe configuration
Improvements
Portal GUI Error Messages
- Custom Portal Base GUI now displays specific error messages:
- "Incorrect Portal Frame" — Portal structure is invalid
- "Quantum Fluid Depleted" — Fluid tank below 4mB
- "Waiting for Linked Portal" — Linked portal is not yet active
- "Missing Advanced TP Link" — Required TP Link item not found
- "Portal Ready" / "Portal Ready (IP)" — Portal is fully functional
Bug Fixes
Ponder Visibility
- Fixed ponder registration for custom portal base
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:or3mKgaZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9mtJ8MHP:or3mKgaZ"
}

