Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 17 hours ago
All versions
1.0.8
Release
v1.0.817 hours ago 15
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog - v1.0.8
TARDIS travel timing (sound-locked + chunks)
Sound lengths (ffprobe)
- Demat 20.06 s (401 ticks)
- Flight 20.06 s (401 ticks)
- Remat 24.01 s (480 ticks)
Fixes
- Single source of truth:
FlightTimingsshared by exterior entity + interface. - Flight budget was 10 s; now matches flight_sound (~20 s).
- Proto demat was 10 s / jump stack could hit multi-minute; demat/flight use sound lengths, distance add is capped (~30 s max extra).
- Force-load exterior + destination chunks during demat / flight / remat so anims don’t stall when no players are near the box.
- Play
flight_soundonce when demat completes (EUC path). - EUC mid-flight blip interval ≈
euc_flight_soundlength.
Expected simple auto-land trip
≈ 64 s wall-clock at 20 TPS (demat + flight + remat), not multi-minute.
No automatic server deploy in this change set.
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:F5ef70fk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Oc0bUpKV:F5ef70fk"
}

