Tags
Creators
Details
7.7.17+1.21.1-fabric
Compatibility
Required content
Changes
(V.7.7.17 Changes) (1.21.1 Minecraft)
Structures:
Added blueArenaBubblesMechanic config to allow people to disable the hardcoded moving bubble blocks that spawn in that arena.
(V.7.7.16 Changes) (1.21.1 Minecraft)
Entities:
Added beeQueenGroundPickup config option to allow disabling Bee Queen from picking items off ground for trading.
Queen Beehemoths now will show friendship stat when looking at them if friendship is below maximum.
Structures:
Fixed Goliath Honey Fountain and Phantasm Aviary not respecting the honey fluid replacement config.
Fluids:
Fixed Honey Fluid rendering flowing texture on solid neighbor blocks
(V.7.7.15 Changes) (1.21.1 Minecraft)
Blocks:
Fixed some Crystalline Flower items not giving correct XP.
Fixes Crystalline Flower consume button showing when clicking despite no consume item.
Fixed int overflow when trying to consume a stack of max-tier granting items in Crystalline Flower.
Made the inside planes for Glistering Honey Crystal be cutout render type. (Special thanks to Upcraft for getting Fabric side working!)
Mod Compat:
Added more mod compat. Such as spawning spikes of two Forestry's combs in the dimension. Or spawning a few more modded creatures in Hanging Gardens.
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:D9XVO6E9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:D9XVO6E9"
}




