(V.6.9.8 Changes) (1.19.2 Minecraft)
Dimension:
Fixed bees despawning too close to player if dimension has more than 1 player in it and spread out.
Items:
Buffed the durations of effects from drinking Royal Jelly Bottle from 1 minute to 8 minutes. Beenergized from the item is now level 3 instead of 2.
Made Stinger Spear not lose extra durability if hitting an undead mob or Paralyze immune mob with Neurotoxin enchantment. Also nerfed the extra durability cost of Neurotoxin from 5 to 4.
(V.7.3.12 Changes) (1.20.4 Minecraft)
Blocks:
Improve the error reporting in logs when Essence Blocks fail to load or save arena areas.
Honey Fluid and Royal Jelly Fluid will now not render bottom layers when connected to itself vertically.
Items:
Buffed the durations of effects from drinking Royal Jelly Bottle from 1 minute to 8 minutes. Beenergized from the item is now level 3 instead of 2.
Made Stinger Spear not lose extra durability if hitting an undead mob or Paralyze immune mob with Neurotoxin enchantment. Also nerfed the extra durability cost of Neurotoxin from 5 to 4.
Made Essence of Knowledge now highlight Chest Minecarts and Chest Boats.
Structures:
Made sure Wither Rose cannot spawn in Bumblezone structure's Honey Cocoon loot.
Mod Compat:
Opted into Neruina's future auto-reporting system
(V.7.3.11 Changes) (1.20.4 Minecraft)
Items:
Fixed Stinger Spears losing their nbt (data) when thrown.
Fluids:
(Fabric): Changed code for upcoming Fabric API fluid renderer breakage.
(V.7.3.10 Changes) (1.20.4 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.
(NeoForge): Honey Bucket, Royal Jelly Bucket, Sugar Water Bucket, Honey Bottle, Royal Jelly Bottle, and Sugar Water Bottle now will give their respective fluids when extracting the fluid from them with machines or something. The bzHoneyFluidFromHoneyBottles config option can be used to disable Bumblezone Honey Fluid from vanilla Honey Bottles.
(NeoForge 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 Block 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.
Misc:
Made Essence cooldown timer and Essence arena timer show only minutes and seconds. No milliseconds.
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.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.11 Changes) (1.20.1 Minecraft)
Blocks:
Improve the error reporting in logs when Essence Blocks fail to load or save arena areas.
Items:
Buffed the durations of effects from drinking Royal Jelly Bottle from 1 minute to 7 minutes. Beenergized from the item is now level 3 instead of 2.
Made Stinger Spear not lose extra durability if hitting an undead mob or Paralyze immune mob with Neurotoxin enchantment. Also nerfed the extra durability cost of Neurotoxin from 5 to 4.
Made Essence of Knowledge now highlight Chest Minecarts and Chest Boats.
Structures:
Made sure Wither Rose cannot spawn in Bumblezone structure's Honey Cocoon loot.
Mod Compat:
Opted into Neruina's future auto-reporting system
(Fabric/Quilt): Stopped spawning Spectrum's Doombloom in Bumblezone's structures.
(V.7.2.10 Changes) (1.20.1 Minecraft)
Fluids:
(Fabric/Quilt): Changed code for upcoming Fabric API fluid renderer breakage.
Mod Compat:
(Forge): Removed the code compat with Quark due to how fragile it is. Instead, made PR to Quark to add Bumblezone's items to their enchantingStacks config. https://github.com/VazkiiMods/Quark/pull/4669
(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.7.3.11 Changes) (1.20.4 Minecraft)
Items:
Fixed Stinger Spears losing their nbt (data) when thrown.
Fluids:
(Fabric): Changed code for upcoming Fabric API fluid renderer breakage.
(V.7.3.10 Changes) (1.20.4 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.
(NeoForge): Honey Bucket, Royal Jelly Bucket, Sugar Water Bucket, Honey Bottle, Royal Jelly Bottle, and Sugar Water Bottle now will give their respective fluids when extracting the fluid from them with machines or something. The bzHoneyFluidFromHoneyBottles config option can be used to disable Bumblezone Honey Fluid from vanilla Honey Bottles.
(NeoForge 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 Block 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.
Misc:
Made Essence cooldown timer and Essence arena timer show only minutes and seconds. No milliseconds.
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.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.10 Changes) (1.20.1 Minecraft)
Fluids:
(Fabric/Quilt): Changed code for upcoming Fabric API fluid renderer breakage.
Mod Compat:
(Forge): Removed the code compat with Quark due to how fragile it is. Instead, made PR to Quark to add Bumblezone's items to their enchantingStacks config. https://github.com/VazkiiMods/Quark/pull/4669
(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.7.3.10 Changes) (1.20.4 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.
(NeoForge): Honey Bucket, Royal Jelly Bucket, Sugar Water Bucket, Honey Bottle, Royal Jelly Bottle, and Sugar Water Bottle now will give their respective fluids when extracting the fluid from them with machines or something. The bzHoneyFluidFromHoneyBottles config option can be used to disable Bumblezone Honey Fluid from vanilla Honey Bottles.
(NeoForge 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 Block 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.
Misc:
Made Essence cooldown timer and Essence arena timer show only minutes and seconds. No milliseconds.
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.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.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.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.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.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.
(V.7.3.5 Changes) (1.20.4 Minecraft)
Blocks:
Allow Crystalline Flower to keep the consume xp buttons active when player has an ungodly absurd amount of xp. Person had so much xp that it overflowed some calculations and caused the consume xp levels buttons to get stuck disabled.
Enchantments:
Nerfed Neurotoxins to max level of 2.
Added neurotoxinMaxLevel
config option to allow setting what the max level is for Neurotoxin enchantment. Set to 2 by default.
Existing items with Neurotoxin will not be retroactively lowered in level.
Effects:
Iron Golem and Snow Golem are now immune to Paralyzed effect.
Added the_bumblezone:paralyzed/immune
entity type tag to allow people to say what cannot be paralyzed in addition to undead mobs.
Can add minecraft:player
to the tag to make players immune to paralyzed.
Added paralyzedMaxTickDuration
config option to allow setting maximum tick time an entity can stay paralyzed for at once.
Set to 600 by default to accommodate Long Paralyzed potion. (Actions that re-apply Paralyzed effect will reset timer tho)
(V.7.2.4 Changes) (1.20.1 Minecraft)
Blocks:
Allow Crystalline Flower to keep the consume xp buttons active when player has an ungodly absurd amount of xp. Person had so much xp that it overflowed some calculations and caused the consume xp levels buttons to get stuck disabled.
Enchantments:
Nerfed Neurotoxins to max level of 2.
Added neurotoxinMaxLevel
config option to allow setting what the max level is for Neurotoxin enchantment. Set to 2 by default.
Existing items with Neurotoxin will not be retroactively lowered in level.
Effects:
Iron Golem and Snow Golem are now immune to Paralyzed effect.
Added the_bumblezone:paralyzed/immune
entity type tag to allow people to say what cannot be paralyzed in addition to undead mobs.
Can add minecraft:player
to the tag to make players immune to paralyzed.
Added paralyzedMaxTickDuration
config option to allow setting maximum tick time an entity can stay paralyzed for at once.
Set to 600 by default to accommodate Long Paralyzed potion. (Actions that re-apply Paralyzed effect will reset timer tho)
Mod Compat:
Fixed incompatibility with Quark