Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 days ago
All versions
1.21.11-1.12.0
Release
Ethereal Resonators 1.21.11-1.12.02 weeks ago 19
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog for version 1.12.0
IMPORTANT:
- Prot 1 allowed for diamond
- Cow and Mooshroom beef drop rate buff lessened from 4-6 to 2-4
- The old mace nerf was removed, now its damage grows slower after reaching 4 hearts of damage
- Chickens and parrots drop between (1) and (2 + looting level) feathers
- The 5x crop yield applies to seed drops from wheat too
- When someone equips untrimmed armor, it gets trims of their team's color
- Let players give max health to resonators further away(100m -> 500m), it decreased by 2% every 10 meters past the limit, until you only give 50% of the max health.
- Players with shields and trims only change the territorial advantage of players who are within 100 meters of a mature resonator
RELEVANT:
- Doubled fire res and speed duration
- Thorns 2 allowed for iron
- Placing water forces you to go through 10s of block placement CD
- Hoglin meat drop buffs removed
- Decreased vertical mobility nerf max range from 200 to 100
- Resonators only give negative territorial advantage to enemies at max 100 meters away
- Only mature resonators (more than 10 hearts) can change your territorial advantage
- All players without a base after grace period is over get vertical mobility nerfs AND negative territorial advantage
IRRELEVANT:
- BeginningKit has eff IV pickaxe
- When you get a kit, if your team doesn't have a banner, you get a random banner in your shield
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:SQyfTfcC:uYNY7LJV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQyfTfcC:uYNY7LJV"
}

