Tags
Creators
Details
1.0.1-fabric
Compatibility
Required content
Changes
- Disables Immersive Portals Support for Forge
- Removes the ability to travel to Immersive Portal Dimensions
- Allows the ability to break and place in the corridor hub
- Fixed some missing sound subtitles
- Fixed missing particles in Flight Detector Model
- Fixed a compatibility issue with Immersive Portals that causes the dematerialisation/rematerialisation animation to be played at twice the intended speed
- Fixed players being unable to login in a Tardis' exterior shell has a null TARDIS_ID value.
This is a minor bug fix update, no new content has been added. Future content updates will target 1.20+.
Full changelog is available at: https://github.com/Suff99/TardisRefined/wiki/Version-Changelogs#version-101
Optional dependencies
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:nqVt6aES:OgVzxIeJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:OgVzxIeJ"
}


