1.0.0
Compatibility
Required content
Changes
Amethyst Resonance 1.0.0 โ initial release (MC 26.2)
New amethyst equipment tier (5 tools + 4 armor pieces + Resonant Crystal material) with resonance perks:
- Vibration Dampening โ each armor piece: 25% chance sculk sensors miss you; full set: sensors, calibrated sensors and shriekers ignore you entirely (including direct contact).
- Silent Mining โ the Resonant Pickaxe masks its own mining vibrations, no armor required.
- Serene Gaze โ the Resonant Helmet stops enderman stare aggro.
- Muffled Presence โ Warden anger builds 15% slower per armor piece.
- Crystal Affinity โ resonant tools mine crystal/glass blocks faster; clusters drop +1 shard with the Resonant Pickaxe.
- Resonance Infusion โ find the Resonance Upgrade smithing template in ancient cities (duplicable) and infuse ANY armor piece with a Resonant Crystal: it counts as resonant for every perk, keeping enchantments and trims.
Stats between iron and diamond (diamond harvest level), gold-like enchantability. Progression via echo shards (ancient cities). Every perk configurable (Cloth Config). English + Spanish localization.
Requires Architectury API and Cloth Config (and Fabric API on Fabric). Needed on client and server.
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:8RyryQ7j:no0B3Ssy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8RyryQ7j:no0B3Ssy"
}



