Tags
Creators
Details
6.7.26+1.19.2
Compatibility
Changes
(V.6.7.26 Changes) (1.19.2 Minecraft)
Dimension:
Fixed Water, Lava, and Powder Snow fog effect not working when in Bumblezone dimension
Fluids:
Fixed unable to swim in Sugar Water Fluid.
Fixed Night Vision not applying to Sugar Water Fluid when inside it.
Items:
Renamed the_bumblezone:bee_armors/bz_armor_ability_enhancing_gear to the_bumblezone:bee_armors/bz_armor_ability_enhancing_wearables
Renamed the Bumble Bee Chestplate optional nbt from requiredGearCountForForcedFlyingTime to requiredWearablesCountForForcedFlyingTime
Cleaned up how Bumblezone items are grouped in vanilla Recipe Book
Effects:
Removed Milk as a curative item for Wrath of the Hive. Now many other mod's methods of removing the effect should no longer work.
Protection of the Hive will now always remove Wrath of the Hive effect if you managed to get both on together.
Advancements:
Improved performance of is_near_beehive advancement.
Will now display a message to user saying to check out Bumblezone's advancements for progression when they obtain the is_near_beehive advancement.
Mod Compat:
Added compat with Mekanism's Meka Tool's teleporting to now allow teleport to Bumblezone when used on Beehive/Bee Nests.
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:38tpSycf:a92GR1mR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:38tpSycf:a92GR1mR"
}

