Tags
Creators
Details
7.1.14+1.20.1-fabric
Compatibility
Required content
Changes
(V.7.1.14 Changes) (1.20.4 Minecraft)
Blocks:
Made Sticky Honey Residue and Sticky Honey Redstone be visually closer to the block they are attached to.
Fixed Sticky Honey Residue and Sticky Honey Redstone textures being flipped when facing north, west, or east.
Slightly adjusted textures of Sticky Honey Residue, Sticky Honey Redstone, Honey Web, and Redstone Honey Web.
Lang:
Fixed Rootmin Shooting lang entry
Special thanks to Unroman for updating uk_ua lang file!
Teleportation:
Properly break and drop blocks that would've suffocated the player when teleporting to and from Bumblezone.
Mod Compat:
Removed Better Archeology's Growth Totems from Bumblezone's Hanging Garden and from Honey Cocoon loot.
Show tenth place for Bee Queen trades in REI/EMI/JEI if the trade chance is below 1%
(V.7.1.13 Changes) (1.20.1 Minecraft)
Items:
Rebalances Food and Saturation of Bee Bread and Bee Soup
Mod Compat:
(NeoForge): With help from a ton of people, we narrowed down seemingly random client disconnects from server due to how me and others were registering our custom entity data serializers. This Bumblezone jar should fix it on my end by using the Forge registry.
Optional dependencies
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:z21coSaA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:z21coSaA"
}

