Tags
Creators
Details
6.9.7+1.19.2+fabric
Compatibility
Required content
Changes
(V.6.9.7 Changes) (1.19.2 Minecraft)
Blocks:
Fixed it so Silk Touch mining Honeycomb Brood Blocks does not cause Wrath of the Hive effect.
Made Honeycomb Brood Blocks not spawn mobs if the doTileDrops gamerule is set to false.
Waterlogged Honey Cocoons will not drop items if doTileDrops gamerule is set to false.
Fluids:
Royal Jelly Fluid cannot be picked up with a Glass Bottle in world now to prevent people from wasting it due to how valuable it is. A message will appear saying to us a Bucket instead.
(V.6.9.6 Changes) (1.19.2 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 15 second portal cooldown on entity as well. This should help prevent teleportation loops issues.
(V.6.9.5 Changes) (1.19.2 Minecraft)
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
Optional dependencies
Known incompatibilities
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:eA8SXqWL:TfJMkH3X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:TfJMkH3X"
}




