Tags
Creators
Details
All versions
1.0.3-1.20.1-release
Release
1.0.3-1.20.1-release2 years ago 897
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.0.3 Official Release
- Fixed respirators not rendering for some strange reason.
- Fixed the sonic not being able to scan for rifts or charge in any other mode but inactive.
- Made the controls highlight blue when holding the scanning sonic.
- Removed HUD messages for controls that have reactive levers or buttons (handbrake, antigravs, etc.)
- Perhaps fixed the player being able to fall and teleport back to the interior door.
- Datapack desktops will now have working consoles, properly this time.
- Sounds for controls only play when the control actually runs.
- Added new TARDIS properties command.
- Modified commands to make more sense.
- Changed repairing: 1234 from just ticks to seconds.
- Fixed sound effects at the exterior when repairing with a sonic.
- Stacking issues with the siege mode TARDIS has been resolved.
- With performance mods, the interior changing screen will no longer appear on top of other elements.
- Fixed using the sonic in TARDIS mode to actually face the correct direction.
- Added fixed translations.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:ZMP9ZjB9:sO66eGTy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZMP9ZjB9:sO66eGTy"
}

