Links
Tags
Creators
Details
23.1-PRE3
Compatibility
Changes
With this, now the minecraft namespace should now only contain loot tables that cannot be altered in any other way. Also, many of the drops should now be WAAY more organized and easy to read or mantain.
- Oceanic drop fixed.
- Changes to map drops:
- Moved to
journey/mapfolder. - Names have now a color and a better way os distinguish between different destinations.
- Moved to
- Apidae mob drops moved from the
minecraftnamespace, mainly to thejourneynamespace, and the bee loot table. - Wither additional loot now drops. (This was supposed to be added a long time ago, but from what i've seen, it was... not linked...??? So... now it is. Should work now. F🚌k.)
- Removed special drops from apidae creeper. — Since the bees summoned by those mobs already drop a lot of honey-related items, a special drop to this specific variant is deemd uncessary.
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:WLEuy3Wu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:WLEuy3Wu"
}

