Links
Tags
Creators
Details
1.15.2-1.0.7
Compatibility
Required content
Changes
Changes for 1.15.2 and down:
- Removed
- TNT Chicken Wand
- TNT Drill Wand
- TNT Tornado Wand This is due to the custom behavior of PrimedTnts (called CustomTnt) does not work in this and below versions, probably requiring a complete rewrite of the behavior and initialization, which would take way too much time for me to be worth backporting this far down the versions for.
Despite CustomTnt not being available, I did manage to re-implement the same behavior for Fireball Scatter Wand, TNT Exploding Blocks Wand, TNT Exploding Entities Wand, TNT Falling Wand, TNT Instant Barrage Wand and TNT Slow Barrage Wand using regular PrimedTnts, where they didn't entirely rely on the behavior of CustomTnts, which made the process relatively trivial, still with some pretty significant differences to the original.
- Can no longer aim it at entities
- You can still click on them, but it will not activate the wand unless there's a block behind them. Again, it seemed to be more difficult than I expected to re-implement this behavior for this version and below, so I bit the bullet and removed them.
- PrimedTnt can no longer explode on contact with a horizontal or vertical surface
- CustomTnt behavior, no longer possible
- Copper Flames -> Dragon Breath
- Various other small changes I can't be bothered to list
Released for 1.15.2!
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:prE5cLrG:mVEtrfrc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:prE5cLrG:mVEtrfrc"
}

