Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 2 days ago
All versions
1.21.11-1.14.0
Release
Ethereal Resonators 1.21.11-1.14.02 days ago 11
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog for version 1.14.0
IRRELEVANT:
- Made the get kit message clearer
- When the starting kit includes a banner, a team will be given the same random banner once a match starts (if they don't already have one set)
- When you get a kit that previously only gave stone bricks, you get a random building block that is as strong as stone bricks. All players from the same team will get the same block once the match begins
- Floating res message tells you at what height it is floating
BUGFIXES:
- Solved shield invulnerability (my pleasure mojang): https://bugs.mojang.com/browse/MC/issues/MC-268147
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:NffOPj3Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQyfTfcC:NffOPj3Z"
}

