All versions
0.0.1
Beta
Cursed Fate: Explosive Flesh 0.0.14 months ago 20
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Beta version 1
- To be added: new textures, new animatons
Gamerule: Explosivefleshworlddestruction, toggles if the technique destroys stuff or not
Moves:
- Tooth Toss: Remove one of your teeth and throw it forward, dealing low damage to you and whatever it hits
- Eye Pop: Take out one of your eyes and throw it, dealing greater damage to you and whatever it hits
- Foot Slam: Slam your foot into the floor, causing an explosion, damage to yourself and entities around you, and launching yourself into the air. If you sneak, it doesn't propell into the air. Chant increases damage, radius, and launch distance
- Explosive Dash: Launch yourself in the direction you are looking. Deals low damage to yourself and entities around you. Can be chanted for a further dash and increased damage.
- Burst RCT: Heal yourself quickly, with half the cooldown and half the healing of normal RCT
- Skeleton: Detonate your skeleton, killing yourself and dealing massive damage to other entities in a large radius
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:eTZ4EiVs:5mKLopK6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eTZ4EiVs:5mKLopK6"
}


