Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
13.2.3
Release
"Modular Routers" 13.2.3 MC-1.21.1last year 61.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- The Activator Module is now a range module, accepting Range Augments
- Default base range is 5 blocks (for both block and entity modes), extendable to 10 blocks
- Fixed module GUI allowing too many augments into its augment slots
- Fixed router GUI allowing too many upgrades into its upgrade slots
- Fixed filter item data sometimes getting lost during GUI edits, when other settings get changed
- Fixed dupe issue with Regulator Augments
- Fixed player kick bug due when a 0 tuning value was given to the Sync Upgrade
- Accepted values are now correctly 0..19, not 1..20
- Fixed scroll wheel behaviour on float-value textfields (e.g. flinger module settings)
- Fixed module settings sometimes getting lost for the Sender Mk3 (related to target not being chunkloaded)
- Updated
ja_jptranslation (thanks @momo-i)
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:EuTS81Z3:tnxKKShu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EuTS81Z3:tnxKKShu"
}

