Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
4.0.30
Release
Silent Gear 4.0.308 months ago 45.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.21.1-4.0.30] - 2025-11-23
Added
- The crude mixer, an early game alternative to the super mixer. It does that same thing (makes an alloy out of any two to four materials) but produces a weaker result.
- The "Crude" penalty can be changed in the config (compounds.crude_mixer.property_multiplier). The default value of 0.8 gives a 20% penalty (affects all properties that synergy affects).
- Has a recipe requiring stone, planks, and flax string
- A default super mixer recipe, which requires blocks of tyrian steel, a beacon, and a dimerald
- Models for crude mixer and super mixer by giok3r
Changed
- Updated pt_br localization (PrincessStelllar) [#829]
- AOE tools (hammer, etc.) now mine 50% faster when targeting a single block by crouching
- Spears no longer perform a sweeping attack and Sweeping Edge does nothing for them
Fixed
- AOE tools (hammer, etc.) mining blocks instantly while sneaking [#856]
- Snow golems not "damaging"/aggro-ing mobs [#852]
- Armadillos not being damaged correctly (sigmusdewn) [#846, #847, #857]
- Spoon upgrade not working [#858]
- Correct entity interaction range for weapons (Electroely) [#845]
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:hdAjBFOy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:hdAjBFOy"
}


