All versions
1.2.0
Beta
Mentalitys | Chrono Portal 1.2.0last month 6
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Chrono Portal 1.2.0 Changelog
Summary
Stable release with balanced timing, movement locking, and finalized 1.1.x visuals.
Added
- Movement Lock: Players are now anchored to their position during the wind-up phase.
- Dynamic Timing Synchronization: The addon now reads
portalOpenDelayandquickFavoritePortalDelayTicksdirectly from the base MR-Portal configuration. - Movement Enforcement: Prevents jumping or drifting during the teleport preparation.
- Player Aura: Structured particle rings and spirals follow the teleporting player (from 1.1.x).
Fixed
- Quick Favorite Timing: Fixed the "almost instant" teleport behavior by aligning with base mod timing expectations.
- Field Consistency: Fixed internal session property naming for better stability.
Known Limitations
- Source Rift Placement: The Chrono rift appears centered in front of the player's camera path rather than at a fixed offset.
- Nearby Player Tracking: Visual effects are primarily optimized for the teleporting player's perspective.
Compatibility
- Minecraft 1.20.1
- Fabric
- Requires MR-Portal 2.3.0+
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| chrono-portal-1.2.0-sources.jar | Source jar | 9.58 KiB |
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:DpPHoHbi:bVw0P5vX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DpPHoHbi:bVw0P5vX"
}


