Tags
Creators
Details
2.6.0
Compatibility
Changes
Additions: --New Abilities-- -Buoyant ability provides upward lift, counteracting the effects of gravity -Fireproof ability reduces fire and lava damage dealt to the user -Forceful Spit ability lets the user shoot spit -Ghastly ability lets the user shoot ghast bombs -Pyromancy ability lets the user shoot blaze fireballs -Shulker Bullets ability lets the user shoot shulker bullets --New Organs-- -Blaze Cores grant Poor Nerves, Good Health, Fireproof, and Severe Hydroallergy -Blaze Shells grant Good Defense, Fireproof, and Severe Hydroallergy -Functioning Blaze Rods grant Pyromancy, Fireproof, and Severe Hydroallergy -Gas Bladders grant Supernatural Breath, Pathetic Endurance, Buoyancy, and Fireproof -Llama Lungs grant Average Breath, Average Endurance, and Forceful Spit -Shulker Spleens grant Average Metabolism and Shulker Bullets -Volatile Stomachs grant Poor Digestion, Ghastly, and Fireproof --New Chest Cavities-- -Blaze Chest Cavities have been introduced, containing Blaze Cores, Blaze Shells, Functioning Blaze Rods, and Magma Blocks -Ghast Chest Cavities have been introduced, containing Gas Bladders, Volatile Stomachs, and various animal organs -Llama chest Cavities have been introduced, containing Llama Lungs and various animal organs -Shulker Chest Cavities have been introduced, containing Shulker Spleens and various animal organs --Configuration Options-- -Cooldown for Forceful Spit, Ghastly, Pyromancy, and Shulker Bullets -Maximum teleportation attempts made by Arrow Dodging and Hydrophobic -Targeting Range of Shulker Bullets Bugfixes: -Rare crash when players died with Requiem installed -Arrow Dodging (and likely Hydrophobia) could teleport entities onto the Nether's roof
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:eo1wLeXR:63ybFMNd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eo1wLeXR:63ybFMNd"
}
