(V.7.2.9 Changes) (1.20.1 Minecraft)
Items:
Fixed potential crash with using Essence of Continuity.
Made it harder to abuse swapping the same Essences around and bypassing cooldowns.
Fixed essence of continuity not removing harmful status effects when respawning.
Essence of Life will now heal other nearby players if PvP is turned off for the world.
(Forge only): Added a small Easter Egg where Buzzing Briefcase can be used as Furnace fuel even if the briefcase has bees inside! 150 burn time pls an additional 1500 burn time for each bee inside. This kills the bees :(
Blocks:
Fixed it so Silk Touch mining Honeycomb Brood Blocks does not cause Wrath of the Hive effect.
Made Honeycomb Brood Blocks not spawn mobs if the doTileDrops gamerule is set to false.
Waterlogged Honey Cocoons will not drop items if doTileDrops gamerule is set to false.
Fluids:
Royal Jelly Fluid cannot be picked up with a Glass Bottle in world now to prevent people from wasting it due to how valuable it is. A message will appear saying to us a Bucket instead.
Mod Compat:
Removed mixin into Sodium that I was using to make my Honey Fluids render properly. Was fixing this: https://github.com/CaffeineMC/sodium-fabric/issues/2253 The mixin removal is because 0.6.0 Sodium is moving classes around and likely would crash the mixin. Use Embeddium for now if you wish to see Bumblezone's Honey Fluid rendering properly.
(V.7.2.8 Changes) (1.20.1 Minecraft)
Items:
Adjusted how Life Essence heals allied players. Hopefully should work better with other mods that creates teams. (Basically I check entity.isAlliedTo(serverPlayer) now so other mods need to make this return try for their team systems)
Blocks:
Rid the ancient_luminescent_contrast_increase internal resourcepack and made the textures for it now used by default.
Entities:
Added Rainbow Bee skin for Variant Bees! If you had already launched game with Bumblezone, add "rainbow_bee" to the variantBeeTypes config file for new bee skin to show up.
Structures:
Hid the Netherite Block in Sempiternal Sanctums a little bit better.
Mod Compat:
Fixed compat with Extra Golems (Throwing Pollen puff at certain golems spawns specific plants)
(V.6.9.7 Changes) (1.19.2 Minecraft)
Blocks:
Fixed it so Silk Touch mining Honeycomb Brood Blocks does not cause Wrath of the Hive effect.
Made Honeycomb Brood Blocks not spawn mobs if the doTileDrops gamerule is set to false.
Waterlogged Honey Cocoons will not drop items if doTileDrops gamerule is set to false.
Fluids:
Royal Jelly Fluid cannot be picked up with a Glass Bottle in world now to prevent people from wasting it due to how valuable it is. A message will appear saying to us a Bucket instead.
(V.6.9.6 Changes) (1.19.2 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 15 second portal cooldown on entity as well. This should help prevent teleportation loops issues.
(V.6.9.5 Changes) (1.19.2 Minecraft)
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.3.9 Changes) (1.20.4 Minecraft)
Items:
Adjusted how Life Essence heals allied players. Hopefully should work better with other mods that creates teams. (Basically I check entity.isAlliedTo(serverPlayer) now so other mods need to make this return try for their team systems)
Blocks:
Rid the ancient_luminescent_contrast_increase internal resourcepack and made the textures for it now used by default.
Made Heavy Air and Windy Air be seen as air for better mod compat and thus allow more ways of removing the air. Ideally...
Entities:
Added Rainbow Bee skin for Variant Bees! If you had already launched game with Bumblezone, add "rainbow_bee" to the variantBeeTypes config file for new bee skin to show up.
Structures:
Hid the Netherite Block in Sempiternal Sanctums a little bit better.
Misc:
Fabric version requires v0.95.3 of Fabric API now. This is so I can make use of marking my air blocks as air.
Mod Compat:
Fixed compat with Extra Golems (Throwing Pollen puff at certain golems spawns specific plants)
(V.7.2.8 Changes) (1.20.1 Minecraft)
Items:
Adjusted how Life Essence heals allied players. Hopefully should work better with other mods that creates teams. (Basically I check entity.isAlliedTo(serverPlayer) now so other mods need to make this return try for their team systems)
Blocks:
Rid the ancient_luminescent_contrast_increase internal resourcepack and made the textures for it now used by default.
Entities:
Added Rainbow Bee skin for Variant Bees! If you had already launched game with Bumblezone, add "rainbow_bee" to the variantBeeTypes config file for new bee skin to show up.
Structures:
Hid the Netherite Block in Sempiternal Sanctums a little bit better.
Mod Compat:
Fixed compat with Extra Golems (Throwing Pollen puff at certain golems spawns specific plants)
(V.7.3.8 Changes) (1.20.4 Minecraft)
Mod Compat:
Fixed crash with Botania's Spectator item if used near a Lootr Honey Cocoon if Lootr is on.
(V.7.3.7 Changes) (1.20.4 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Advancements:
Fixed the Bee Queen Beehive Crafting advancement being granted when crafting anything 12 times.
Structures:
Made Sempiternal Sanctum's Essence events now give negative Mining Fatigue effect. This will make mining blocks still extremely slow but your attack speed is actually increased now!
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 5 second portal cooldown on entity as well. This should help prevent teleportation loops issues.]()
(V.7.3.6 Changes) (1.20.4 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too late and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.2.7 Changes) (1.20.1 Minecraft)
Mod Compat:
Fixed crash with Botania's Spectator item if used near a Lootr Honey Cocoon if Lootr is on.
(V.7.2.6 Changes) (1.20.1 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Advancements:
Fixed the Bee Queen Beehive Crafting advancement being granted when crafting anything 12 times.
Structures:
Made Sempiternal Sanctum's Essence events now give negative Mining Fatigue effect. This will make mining blocks still extremely slow but your attack speed is actually increased now!
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 5 second portal cooldown on entity as well. This should help prevent teleportation loops issues.
(V.7.2.5 Changes) (1.20.1 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too late and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.3.7 Changes) (1.20.4 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Advancements:
Fixed the Bee Queen Beehive Crafting advancement being granted when crafting anything 12 times.
Structures:
Made Sempiternal Sanctum's Essence events now give negative Mining Fatigue effect. This will make mining blocks still extremely slow but your attack speed is actually increased now!
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 5 second portal cooldown on entity as well. This should help prevent teleportation loops issues.]()
(V.7.3.6 Changes) (1.20.4 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too late and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.2.6 Changes) (1.20.1 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Advancements:
Fixed the Bee Queen Beehive Crafting advancement being granted when crafting anything 12 times.
Structures:
Made Sempiternal Sanctum's Essence events now give negative Mining Fatigue effect. This will make mining blocks still extremely slow but your attack speed is actually increased now!
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 5 second portal cooldown on entity as well. This should help prevent teleportation loops issues.
(V.7.2.5 Changes) (1.20.1 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too late and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.6.9.6 Changes) (1.19.2 Minecraft)
Dimension:
More optimization attempts for worldgen. See if this makes dimension load chunks faster...
Teleportation:
Added a check for portal cooldown on player and entities. If cooldown is active on entity (even if set by Nether Portal which is 15 second cooldown), you won't be able to teleport to Bumblezone. Exiting Bumblezone adds a 15 second portal cooldown on entity as well. This should help prevent teleportation loops issues.
(V.6.9.5 Changes) (1.19.2 Minecraft)
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.3.6 Changes) (1.20.4 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too late and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.7.2.5 Changes) (1.20.1 Minecraft)
Blocks:
Fixed Heavy Air not pulling down players properly with increased gravity on client side. This issue was most noticeable on servers where if Elytra flying, the delay of when server syncs velocity could be too later and players dies instantly due to gravity increased velocity growing for too long.
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Fixed Radiance Essence saying "Durability" for slots without any armor equipped.
Advancements:
Removed some hacks and now use or hook into vanilla's minecraft:recipe_crafted
advancement trigger for some Bumblezone advancements.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Structures:
Fixed ability to abuse the Essence Arena spawning and despawning to duplicate chest contents in a specific way.
Adjusted Essence Arena to try and drop any chest-like blocks and its contents if players manage to place one inside the arena.
Adjusted Essence Arena to try and not remove grave blocks when arena is despawning.
Controlled by the_bumblezone:essence_arena_does_not_replace
block tag.
Configs:
Added essenceItemHUDVisualEffectLayers and essenceItemHUDVisualEffectSpeed, so you can change the HUD effect overlay when holding essence item in offhand slot. Set essenceItemHUDVisualEffectLayers to 0 to disable the HUD overlay entirely. Set essenceItemHUDVisualEffectSpeed to 0 to disable the spinning effect entirely for the HUD effect.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.
(V.6.9.5 Changes) (1.19.2 Minecraft)
Items:
Adjusted some code to make extra sure that killed bees with stingers only drop 1 Bee Stinger instead of multiple when other certain mods are present.
Enchantments:
Comb Cutter now treats negative Mining Fatigue as level 4 fatigue properly just like vanilla.
Dimension:
Tried some optimizations for cave generation. Chunks in the dimension may generate a bit faster now for people.