Tags
Creators
Details
7.3.17+1.20.4-fabric
Compatibility
Required content
Changes
(V.7.3.17 Changes) (1.20.4 Minecraft)
Misc:
Reshow hint to view Bumblezone's advancements when entering Bumblezone for first time. Can be disabled with enableInitialWelcomeMessage config option.
Entities:
(NeoForge): Fixed Honey Slimes not tempted or breedable with Sugar.
Mod Compat:
Fixed Cell Maze Honey Cocoons being all linked to same inventory when Lootr is on.
(V.7.3.16 Changes) (1.20.4 Minecraft)
Entities:
(Fabric): Fixed Beehemoth not detecting up/down flying keys being released.
Fixed Beehemoth thinking up/down key is still pressed is dismounted while holding those keys and then re-mounting.
(V.7.3.15 Changes) (1.20.4 Minecraft)
Blocks:
Fixed Honey Cocoon darkening the background too much.
Mod Compat:
Fixed broken Pollen Puff compat with Melon Golem mod.
Added config to allow disabling Lootr compat. Forgot to make the config for that
(V.7.3.14 Changes) (1.20.4 Minecraft)
Items:
Capped Resistance to a maximum of level 4 when crafting Resistance Potion Candles.
Fluids:
Flipped normal of Honey Fluid's bottom texture face. No longer matches vanilla's fluid which has the bottom face's normal facing upward.
Misc:
(Fabric): Fixed all entities not dropping loot because of a mix up with a fabric event.
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:lO7fzH0w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:lO7fzH0w"
}

