Tags
Creators
Details
1.1.4.5
Compatibility
Changes
TARDIS Mod Changelog
1.1.4
Fixes
Issue where shaking would only push you up and to the left instead of every direction
Fixed odd fluid behaviour when placed in world
Issue where the Industrial fabricator could get too full of input items and refuse to craft
Added Missing translations
Fixed EMI Fluid Recipes
Issues with Entity-based Exteriors:
When changing to a tile exterior from an entity exterior, it could fail to remove the entity version
Entity not being placed in the correct spot on the entity exterior
Entity exterior sometimes not materializing correctly, making the door lead to 0, 0, 0
Fixed issue with TRDS Table not setting recipe sizes, forcing you to put the ingredients in super specific slots
Increased Engine's Artron Tank, fixed issues pumping on servers
Added
Added recipe to craft two Hypertubes together to link them
Ability for Ebony Cabinets to act as barrels
Added Sci-Fi Storage Trunk
Added Atrium flooring
Changes
Allowed ~ to all tardis commands to allow execution in the currently occupied TARDIS
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:dw2i4X0i:A2R9BsSz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dw2i4X0i:A2R9BsSz"
}

