promotional bannermobile promotional banner

Create: Buzzy Bees

Place your schematics with the help of the Mechanical Bee.

File Details

cbbees-1.1.1.jar

  • R
  • Mar 26, 2026
  • 1.35 MB
  • 86
  • 1.21.1
  • NeoForge

File Name

cbbees-1.1.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:create-buzzy-bees-1491979:7816288"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bug Fixes

  • Fixed items dropping on the ground during deconstruction — Bees now extract container contents and copycat panel materials before breaking blocks, preventing onRemove from scattering items
  • Fixed item duplication in drop-off — Player inventory fallback no longer duplicates partial stacks when inventory.add() partially succeeds
  • Fixed bees drifting away during spring recharge — Flight separation offset is now disabled while the bee is stationary and recharging
  • Fixed portable beehive filling to 100% fuel when placed in the Curios back slot (creative auto-fill removed)
  • Fixed client-side network desync — One of 4 chained beehives would always appear in a separate network on the client. Beehives now register with the client network manager on load regardless of power state, and the periodic sync recovers orphaned components

Improvements

  • Phase-gated deconstruction — Dependent/brittle blocks (torches, buttons, rails, belts, etc.) are now removed in a separate phase before solid support blocks, preventing drops from broken attachments even with parallel bees
  • Bees spawn and return above the player's head instead of at eye level, no longer blocking the player's vision
  • Bee entities refactored to PathfinderMob for improved navigation and aerial movement