Links
Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated last month
All versions
23.1a-PRE2+mod
Beta
Kabooom!2 months ago 10
Compatibility
Minecraft: Java Edition
26.2-pre-2
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Are now part of the
common_res:hostiletag:- Slime.
- Shulker.
- Endermite.
- Phantom.
- Blaze.
- Sulfur and Cinnabar can now be used to craft throwable TNT.
- Sulfur: works just like TNT.
- Cinnabar: does not explode terrain.
- Throwable TNT has 4 launch modes:
- Standard: parabolic with medium reach.
- Sprinting: straight with long reach.
- Sneak-jumping: parabolic with short reach and faster explosion time.
- Sneaking: even shorter reach and even faster explosion time.
- Firework drops reworked:
- Killing a mob with fire aspect or flame while that mob is on fire and not in water now drops gunpowder or fire charge.
- Killing a mob with a firework rocket now drop paper, gunpowder, sand or coal.
- TNT + paper + gunpowder now crafts a special firework with 12 stars, enough to instakill most common mobs, even at a considerable distance.
- Has now its own namespace
firework_re.
- Interfector Aquae:
- Oceanic loot now drops at the mob's position.
- Respiration is now only granted if the player is in water.
- Updated the internal logic.
- Loot tables for oceanic drop, fire aspect, flame, firework and mace smash are now connected to the mobs via
journey/locational_loot/anywhere.- This includes the addition of the entity tags
can_drop/firework_lootandcan_drop/mace_smash_loot, that is mostly similar to thecommon_res:hostiletag, but exclude some special cases. - There is also a new item function
journey:increase_drop_countto increase the loot by a set amount for mobs specified in the matching tags. - Some mobs might be missing a loot table link, in wich case they'll not drop the gunpowder.
- This includes the addition of the entity tags
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:9DyC9ERT:5NxFCJY9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:5NxFCJY9"
}

