Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 days ago
All versions
1.21.11-1.10.1
Release
Ethereal Resonators 1.21.11-1.10.13 months ago 30
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog for version 1.10.1
IMPORTANT:
- Dead players can spectate teammates
- All bow enchants allowed but made incompatible. Punch can only go up to level I.
- When fishing, you have a 10% chance of getting a sponge (0->10) and a 75% chance to get a fish (85%->75%). Sponge is treated as treasure, so luck of the sea increases your chance of getting it.
RELEVANT:
- Number of animal hitboxes that need to be hitting an animal for them to be considered crowded increasend from 4 to 5
- Pillar rules relaxed, durable blocks can be placed up to 3->4 blocks from a pillar while non durable can be placed up to 5->6
BUGFIXES:
- Wolves and happy ghasts getting sick bug fixed
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:hmLv2WWl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQyfTfcC:hmLv2WWl"
}

