Tags
Creators
Details
1.2.0-mc1.20.1
Compatibility
Changes
Update 1.2
An revamped Impaler, along with Warped Clam variants!
Impaler Rework
- The Impaler has been completely revamped with a brand-new model, textures, animations, and variants.
- It has new ranged spike attack which inflicts concussion
- The sonic scream attack no longer causes concussions.
- Impalers are now significantly tougher encounters.
- Melee attacks no longer cause thorns damage.
Concussion Effect
- Mobs affected by Concussion will now become stunned, leaving them unable to act for a short time.
- New Concussion Potions can now be brewed using Impaler spikes.
- New Concussion effect icon
New Ammunition
- Impaler spikes can no longer be used as crossbow ammunition.
- Instead, they can be crafted into Concussive Arrows, allowing players to inflict Concussion on their targets.
New Variants
- Multiple Impaler variants have been added.
- Warped Clams now also have variants.
Mod Compatibility
- Compatibility with Field Guide and Enchantment Descriptions
- Impaler variant with Alex's Caves
And, as always, various bug fixes throughout the mod.
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:obHNwTSh:BBj97pBY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:obHNwTSh:BBj97pBY"
}

