Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
4.1.5
Release
Silent Gear 4.1.55 months ago 3,669
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[1.21.1-4.1.5] - 2026-04-03
Changed
- Super Mixer now has 8 input slots (up from 4)
- Alloy Forge, Recrystallizer, and Refabricator now have 6 input slots (up from 4)
Fixed
- Some inconsistent crashes with repair gear and chopping trees (likely mod interaction) [#912]
c:ores_in_ground/end_stonecontaining azure silver block instead of ore [#911]- Part types (and probably gear types) not accepting namespaces other than Silent Gear [#908]
- Fixed duplication bug with alloy makers [#907, #609]
- Crude mixer not applying the "Crude" penalty modifier [#905]
- Armor durability modifier on quartz tip upgrade changed to +4 [#898]
- Minor blueprint book tooltip text error [#897]
- Add additional null check for [#895]
- Shears breaking blocks normally when broken [#864]
- Synergy of alloys increasing based on number of materials used, rather than unique materials with shared categories. Duplicate materials will no longer increase or decrease synergy.
- The "Fully-Loaded Blueprint Book" not showing in the creative menu
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:73mSSnCf:jNYWml2K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:jNYWml2K"
}

