Tags
Creators
Details
All versions
fabric-mc1.20.2-v2.1.4
Release
[Fabric] Tardis Refined - mc1.20.2-v2.1.4last year 102
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 2.1.4

Interiors
- Added Interior: Hartnell
- Added Interior: Pertwee
- Updated Interior: Copper
- Updated Interior: Mesh
- Updated Interior: Mechanical
- Updated Interior: Refurbished
Enhancements
- Enhancement: Added tooltips to various screens to indicate which mod added content
- Enhancement: Players can now sleep in the TARDIS (No spawnpoint setting)
- Enhancement: Doors can now be placed at 2x2 rendering by shift right-clicking when placing
- Enhancement: Addon Mod Developers now get a more descriptive message when they have not registered models for Consoles/Shells
Commands
- Added Sub-Command: Summon
Bug Fix
- Bug fix: Export Desktop command no longer errors when a user uses upper case characters
- Bug fix: Fixed Console Configurator not rendering consoles when they have boot up animations
- Bug fix: Fixed Console Configurator looking for null patterns when sourcing a model
- Bug fix: Fixed Game crashing when removing mods that add consoles or shells, they will not default to Factory Console / Factory Shell when removed
- Bug fix: Sodium compatibility on Fabric
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:2GHaI7KK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:2GHaI7KK"
}


