Tags
Creators
Details
All versions
fabric-mc1.20.1-v2.1.2
Release
[Fabric] Tardis Refined - mc1.20.1-v2.1.22 years ago 1,664
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 2.1.2

Bug Fixes
- Bug Fix: Tardis will change locations without taking off, just by setting coordinates.#427
- Bug Fix: Using the amethyst screwdriver to interact with the terraformer causes a freeze crash. (v2.1.1) #426
- Bug Fix: Instantaneous Travel #421
- Bug Fix: Crash loop when using the console changer #432
- Bug Fix: [FORGE] Shell Patterns not shown on computer bank #425
- Bug Fix: Consoles not animating correctly
- Bug Fix: Tardis can travel to it's own dimension #435
- Bug Fix: Enter TARDIS with door closed #422
- Bug Fix: Tardis Shell Viewer not in correct position #434
- Bug Fix: tardis concole can be pushed with a piston. #437
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:U0OG1rk0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:U0OG1rk0"
}


