Links
Tags
Creators
Details
Licensed ARR
Published last month
Updated 4 days ago
All versions
2.0.3
Release
Voltex 2.0.34 days ago 24
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Voltex 2.0.3
Added
- Tooltips on every energy and heat bar. Hover any bar in any machine and it shows the exact stored and maximum values. Some machines had this and some did not, now all of them do.
- New Electrum Block and Silver Block textures.
Changed
- Connector Upgrade T1-T3 renamed to Hub Upgrade T1-T3, since that is where they go. Existing items convert automatically and keep their NBT, nothing is lost from your world.
Performance
- Heat pipes are cheaper to tick and their renderer no longer runs on pipes further than 32 blocks away. Noticeable on long runs and large heat networks.
- Collision shapes for heat pipes, cables and hubs are precomputed instead of being rebuilt on every query. The game asks for these many times per frame for collision, mob pathing and looking at blocks.
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:5uzIB1sd:uoQQQ7f6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5uzIB1sd:uoQQQ7f6"
}

