Tags
Creators
Details
6.7.28+1.19.2+quilt
Compatibility
Required content
Changes
(V.6.7.28 Changes) (1.19.2 Minecraft)
Items:
Improved the tooltip wrapping for Bumblezone Music Discs
Adjusted texture on one Trans Bumble Bee armor variant to make it more distinct.
Adjusted texture for one Honey Bee Leggings to make it more distinct from the other variant.
Honey Bee Leggings item texture will now show pollen if the item actually has pollen set in nbt.
Advancements:
Nerfed the requirements of several Queen Desire advancements to make it less grindy.
Improved /bumblezone_read_self_data queens_desired_killed_entity_counter command to only show entries that has existing progress towards the Queen Desire advancement.
Also will now work with tag requirements advancements.
Fixed color of potion icons in Bumblezone advancements
(V.6.7.27 Changes) (1.19.2 Minecraft)
Items:
Fixed the_bumblezone:bee_armors/bz_armor_ability_enhancing_gear tag not actually being renamed to the_bumblezone:bee_armors/bz_armor_ability_enhancing_wearables
Was breaking some advancements and benefits.
Many Bumblezone Music Discs now shows a link to where one can buy the song as part of the item's tooltip.
Blocks:
Crystalline Flower now takes slightly more than 100 XP to get to tier 2 so consuming enchanted books cannot be infinitely recycled for infinite Honey Crystal Shards.
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:96MkVL9Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:96MkVL9Y"
}

