1.0.0
Compatibility
Changes
Extra Gauges [Forked]
This is a custom fork of the Create: Extra Gauges mod.
Why this fork?
This version was specifically created to:
- Add Support for the Create: Simulated Navigation Table: Corrects compatibility so remote Display Collectors can seamlessly receive high-frequency tick updates from the Navigation Table (even when it is on moving ships/contraptions).
- Correct the Expression Gauge Text Length Bug: Resolves the UI truncation issue where the Expression Gauge's settings screen restricted saved expressions/texts to the default 32-character limit instead of the intended 128 characters.
- Fix Server Crashes: Corrects a class loading mixin issue (
ClassNotFoundException: net.minecraft.client.Minecraft) that crashed dedicated server environments. - Fix Chunk Loading Race Conditions: Resolves a bug where linked Display Collectors in the same chunk were lost on world reload due to premature NBT validation.
Features
All original features of Create: Extra Gauges are preserved, including the various analog, digital, and custom expression-based panels/gauges to connect your logic networks together!
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:zhNgERAX:zgIvMzSa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zhNgERAX:zgIvMzSa"
}
