Tags
Creators
Details
All versions
1.20.2-2.0.1+forge
Release
[NeoForge] - Tardis Refined - v1.20.2-2.0.12 years ago 615
Compatibility
Minecraft: Java Edition
1.20.2
Platform
NeoForge
Supported environments
Client and server
Changes
Version 2.0.1

ADDITIONS
- Added Eject Button to TARDIS Menu
- Added Faded Shell Variant for Police Box
BUG FIXES
- Fixes #271 - Darkened background of reconfiguration UI is rendering in the foreground
- Fixes #259 - Console Configurator Hologram no longer updates
- Fixes #257 - Immersive Portals stops teleportation in ARS Airlock area
- Fixes #253 - Failure to launch on NeoForge
- Fixes #254 - Gravity well fall damage
- Fixes #273 - Interior door texture glitch when external shell is changed
- Fixes #276 - Mixins do not apply on NeoForge
- Fixes #263 - Teleporting player within the same dimension via the corridor airlock does not update position.
- Fixes #255 - Controls on Toyota and Crystal having overlapping controls.
- Disbales Immersive Portal Compatibility for the time being.
- Stopped the ability to sleep within a TARDIS (Preventing sleeping inside a Tardis dimension was an intended feature but was originally not implemented correctly. To revert this change, customise with a DataPack)
CODE IMPROVEMENTS
- Refactored code for ConsoleModels for performance
- Refactored code for TardisClientData to make it more performant
- Refactored code for Teleporting to ease future porting
Full Changelog: https://wiki.tardisrefined.net/version-2-0-1.html
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:6Uj9q9N3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:6Uj9q9N3"
}

