Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 days ago
All versions
1.21.11-1.6.0
Release
Ethereal Resonators 1.21.11-1.6.04 months ago 20
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog for version 1.6.0
IMPORTANT:
- Increased villager apple trade cost to 7 emeralds (4 previously)
- Lunge consumption increased from 3x to 4x vanilla (1.5 to 2.0 hunger)
- Now some players can be set as leaders with the new /set_leader_ER command (can be multiple per team)
- If you are a leader or no one in your team is, you are considered a leading player.
- Now only leading players can run important team related commands like transfer, rename and diplomatic chat.
- Blast furnaces take 10 minutes to smelt lighting rods into blaze rods (2 minutes previously)
- If you dealt 1.5 hearts of damage to an enemy at most 1 minute prior to their death, you get an "assist". These will show in the kd table.
RELEVANT:
- Curing villagers doesn't get you much good reputation with them and also wears off entirely over time
- You can set your guide to "anyOtherTeam"
- Renamed ignore_team_ER command to dont_bother_ER
IRRELEVANT:
- Transfers are recorded for match review
- Alliances (teams not bothering each other) are recorded for match review
- Assists are recorded for match review
- The initial resonator will always be given to a leading player.
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:65jmez4a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQyfTfcC:65jmez4a"
}

