Tags
Creators
Details
All versions
neoforge-mc1.20.1-v2.1.3
Release
[Forge] Tardis Refined - mc1.20.1-v2.1.32 years ago 1,968
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Version 2.1.3

Bug Fixes
- Bug Fix: Placing and entering TARDIS door in the overworld crashes the game with Immersive Portals #444
- Bug Fix: Players can land TARDIS within TARDIS with Landing Pad #447
- Bug Fix: Fixed TARDIS not storing Adventure Mode Dimensions correctly
- Bug Fix: Fixed Dedicated Servers on Fabric having issues loading data from disk (Caused dupe TARDIS and loss of Upgrades etc)
- Bug Fix: Fixed Diagonal Windows Support
- Bug fix: Fixed duplication happening on logging out mid-flight (and other occasions)
- Bug fix: Fixed issue where End Dragon fight would not be checked correctly
- Bug fix: Potentially fixed interior door messing up on AMD cards!
Config
- Added use_internal_shaders client config
- Added render_vortex_in_door client config
Interiors
- Added Panamax Interior
Textures and Models
- Altered: Factory Console Emission Texture
- Altered: Factory Console (Mint) Emission Texture
- Altered: Factory Console (Vintage) Emission Texture
- Altered: Factory Console (Wood) Emission Texture
- Added: Victorian Console (Default) Emission Texture
- Added: Victorian Console (Bronze Age) Emission Texture
API Changes
- Addon mods can now freely register console models
- Addon mods consoles can now have per variant models
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:dxGftbwr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nqVt6aES:dxGftbwr"
}



