1.0.0
๐ MoreBees v1.0.0 - Initial Release
A powerful and modular bee expansion plugin for Minecraft 1.21+ servers
โจ Features
๐ Custom Bee Types
-
Added support for multiple custom bees: Redstone, Diamond, Emerald, Gold, Iron, and more.
-
Each bee has:
- Unique food and flower preferences
- Custom model support (via ModelEngine)
- Specific resource production (e.g., ores, items)
-
Implemented cross-breeding system between bee types
-
Introduced mutation mechanics triggered by environmental blocks
๐ Advanced Beehive System
-
Beehives can be upgraded through 3 levels:
- Increased bee capacity
- Boosted production rates
- Custom block production toggle
-
Upgrades are visually displayed as floating 3D items
-
Each beehive tracks its own bees and resources
-
Honey auto-converts into items/blocks when full
๐ ๏ธ Bee Management Tools
- Bee Jar: Capture and carry one bee
- Bee Box: Store up to 10 bees in one portable item
- Simple right-click and sneak+right-click release mechanics
๐ง Configuration System
-
Fully configurable via YAML:
config.yml: General settings, bee definitionsbreeds.yml: Breeding and mutation rulesupgrades.yml: Upgrade tiers and associated items
๐ฎ Commands & Permissions
-
/morebeesbase command with subcommands:egg,spawn,honey,tool,upgrade,reload
-
Multiple aliases:
/mb,/bees,/bee
๐ RecipesAPI Integration
-
All custom crafting handled via RecipesAPI:
- Define recipes in YAML or Java
- Advanced validation and custom item support
๐ Performance & AI Improvements
-
Implemented optimized spiral search algorithm:
- 10x faster than vanilla cube scan
- Early termination when target is found
- Server-friendly for large bee populations
๐จ ModelEngine Support
-
Full compatibility with ModelEngine:
- Custom 3D animated models for bees
- Scaled models for baby bees
- Flying animation support
๐ ๏ธ Developer API
-
Public API to:
- Spawn bees
- Get bee types from entities
- Integrate with bee management systems
Full Changelog: https://github.com/Traqueur-dev/MoreBees/commits/1.0.0