Tags
Creators
Details
Licensed MIT
Published 6 months ago
All versions
1.0.6
Release
v1.0.65 months ago 656
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog - v1.0.6
TARDIS Polish and Fixes
Core Logic & Animations
- Animation Synchronization: Replaced increment-based travel time with a fixed constant system. Dematerialization is now strictly 20 seconds, and Rematerialization is strictly 24 seconds, driven by a fixed 20 TPS clock rather than standard world tick speed.
- Fixed Travel Time: TARDIS travel now takes a fixed duration (30 seconds total) unless the destination chunk needs time to load.
- Travel Safety: Added a check to prevent initiating dematerialization if the TARDIS is already at the target location.
- Users will now receive a "Already at target location" message instead of wasting energy/time.
Block Entities & UI
- Monitor Priority Swap: Changed the default display for the Monitor.
- Powered (Active): Now shows Exterior Info (Your current location and status).
- Unpowered (Idle): Now shows Target Info (Your set destination and estimates).
- Keypad Data Persistence: Fixed a bug where saved locations would vanish after traveling or reloading the world. Locations are now properly saved to the block's NBT.
- Keypad UI Reformatting: Updated the saved location list to be more readable.
- New format:
Name (X Y Z) | Dimension(e.g.,Home (100 64 -200) | overworld). - Improved selection logic to correctly handle the new format when clicking list entries.
- New format:
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:Oc0bUpKV:m87nkhVp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Oc0bUpKV:m87nkhVp"
}

