Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
4.1.6.1
Release
Silent Gear 4.1.6.14 months ago 1,428
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
[1.21.1-4.1.6.1] - 2026-03-18
Fixed
- Crash on servers when recalculating gear caused when checking for simple material names (ForAnything47) [#901, #900]
[1.21.11-4.1.6] - 2026-03-15
- Merge changes from the 1.21.1 branch, all changes detailed below
Changed
- Simple material names ("gold" as opposed to "golden") are now used wherever it makes sense grammatically
- Repair kit now colors the names of materials for easier identification
Fixed
- Blueprint package not giving any items
- Repair kits not storing some materials correctly (such as alloys) [#793]
- Existing repair kits should retain any simple materials and will save their contents using a new codec
- "Unknown Alloys" may still appear until overwritten; they cannot be retrieved
- Smithing tables erroneously modifying the input gear item [#894, #878]
- Server connection issue relating to null parts when constructing creative tab [#895]
- Possible crash when filling repair kits [#892]
- Property visibility fixed; gear no longer stores irrelevant properties
- Corrected tier hint for gold to "0"
- Harvest tiers equivalent to wood/gold now transfer to alloys correctly
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:z1vNLzsJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:z1vNLzsJ"
}

