Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
3.5.3
Release
Silent Gear 3.5.33 years ago 3,167
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.20.1-3.5.3] - 2023-12-25
Fixed
- Salvagers checking recipes even with no input items, causing lag [#641]
- No animations on bows and slingshots [#613]
- Saw model held strangely in third person
[1.20.1-3.5.2] - 2023-11-14
Fixed
- Silent Gear loot not generating in chests or dropping from mobs [#637, #625]
- Crossbow model positioning (LuXeZs) [#634]
- Dummy tool/armor tier configs resetting on load (medsal15) [#635]
[1.20.1-3.5.1] - 2023-09-03
Fixed
- Elytra being equipped to curios back slot crashing the game [#616, #611]
- Broken elytra still allowing flight [#511]
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:Z6h0bZ2L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:Z6h0bZ2L"
}


