0.5.0-ALPHA
Compatibility
Required content
Changes
Hypertubes 0.5.0 SPLITTER/JUNCTION UPDATE! (ALPHA TEST VERSION)
Do not consider this the final release; this version is intended to gather feedback and identify potential issues.
Features
- Added the new Junction System using the Hypertube Splitter
- Players can now create branching tube networks with multiple possible paths
- Junctions can dynamically redirect travelers via redstone or manually (using WASD) through different tube routes
- Players can view the selected path using Goggles and change the Junction mode with a Wrench
- Improved internal pathfinding and tube traversal logic to support complex networks
Improvements
- Improved client-side movement synchronization while traveling through tubes
- Reworked some crafting recipes to feel more immersive
- Reduced visual jitter during tube travel
- Hypertube Accelerators now play a higher-pitched sound when passing through
Fixes
- Fixed desync issues between client and server during tube travel
- Fixed visual issues affecting tube rendering in Ponder scenes
- Various stability and performance improvements
Notes
This update is mainly focused on introducing the Junction System, which has been one of the most requested features for Hypertubes.
A lot of the internal code had to be reworked to make branching tube networks possible, which should also provide a better foundation for future features and improvements.
As always, thank you for all the feedback, bug reports, and support! ❤️
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:ATDdrG1y:jApbOkOC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ATDdrG1y:jApbOkOC"
}

