All versions
2.1.2
Release
Create: Extra Gauges 2.1.22 months ago 49.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
2.1.0
- Added new Expression gauge to handle complex mathematical expressions
- Entire base-code rewritten, now using Deployer
- Added new Filter gauge to craft items with filters
- Added new Comparator gauge advanced mode
- Added redstone port and rose quartz port to interact with gauges
- Added linked lever and linked button
- String gauge can now be attached to a packager to get in rewrite mode
- Fixed #64
- Fixed #63
- Fixed #59
- Fixed #58
- Fixed #52
- Fixed #56
- Fixed #50 2.1.1
- Rose quartz port now transfers numbers instead of redstone, allowing 16 values 2.1.2 Features
- All ponders have been updated
- Expression gauge now correctly sends data to string gauges
- Int selector has a new model and now goes from -1024 to 1024
- String gauge now uses two special regexes to interpret as redstone/integer, which is configurable
Fixes
- Filter gauge doesn't drop filter item
- Larger auto-crafting was broken when using re-packager
- Display collector crashes the game
- Rose quartz port crashes with numbers outside 0-15
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:6YJgomwt:7ogQOYHA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6YJgomwt:7ogQOYHA"
}


