Tags
Creators
Details
fabric-mc1.20.1-v2.1.1
Compatibility
Required content
Changes
Version 2.1.1

Apologies
In the previous version, we released a lot and it didn't quite meet the testing required for a release. Resulting in a terrible launch :( You can find everything from 2.1.0 here: https://wiki.tardisrefined.net/version-2-1-0.html
Bug Fixes
- Bug Fix: Fixed Fuel Alarm going off when the TARDIS isn't fully grown yet
- Bug Fix: Fixed Vortex Overlay not being called on Forge
- Bug Fix: Fixed Vortex & Shell scales on Forge
- Bug Fix: Fixed keys not working as intended
- Bug Fix: Fixed Manipulator crafting not working as intended
Enhancements
- Updated Factory Console Texture
Additions
- Added: Skulker Shell (Just for fun <3)
NOTE
- Old waypoints from pre-2.1.0 may cause issues and default to 0,0,0 - you may need to remake them :( (Trust me it's in the name of progress))
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:j4lfbueA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:j4lfbueA"
}

