Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
4.0.28.1
Release
Silent Gear 4.0.28.111 months ago 7,640
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
[1.21.1-4.0.28.1] - 2025-08-30
Added
- Check for null elements in
PartListin order to create a more useful error message for [#834]
[1.21.1-4.0.28] - 2025-08-21
Added
- Breeze Rod material
- Wind Blast trait (found on breeze rod)
Fixed
- Gear mod kit missing the "Tip Upgrade" option [#831]
- Crafted gear items showing as "example items" in the tooltip
- If existing items have this bug, simply modify them in some way (add a grip or change the head, etc.) to clear the example flag
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:E9XOZA3G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:E9XOZA3G"
}

