Skip to content

1.1.0

Choose a tag to compare

@Traqueur-dev Traqueur-dev released this 03 Aug 16:17
· 3 commits to main since this release

🐝 MoreBees v1.1.0 – Enhanced Item Configs & Developer Support

Improving flexibility, item customization, and developer integration

✨ Features

πŸ“¦ Extended Bee Product Configuration

  • Reworked the product field in bee definitions: /!\ BREAK OLD CONFIG backup your configs and recreate it

    • Now supports multiple product types:

      • additional: main block/item (e.g., ores)
      • honey: custom honeycomb with display name and lore
      • honey-block: custom honey block with metadata
    • Improved clarity and extensibility for resource-producing bees

DOCUMENTATION EXPOSITION

🧰 New Configurable Bee Tools

  • Added YAML configuration for:

    • Bee Jar: Now fully customizable (material, name, lore, placeholder support)

    • Bee Box: Same as above, includes %bees% placeholder for live content

    • Beehive Lore: Dynamic lore lines for in-world hives with placeholders:

      • %max-bees%, %production-multiplier%, %produce-blocks%, etc.

🧾 ItemStackWrapper Support

  • Introduced new ItemStackWrapper configuration format:

    • Define any item with material, name, lore, and model-id
    • Enables easy integration with other plugins (via custom IDs or textures)
    • Internal placeholder support for dynamic display

πŸ› οΈ Upgrade Item Lore

  • upgrades.yml items now support lore with meaningful placeholders:

    • %max-bees%, %production-multiplier%, %produce-blocks%
    • Enhances user feedback in-game when using upgrade items

πŸ”§ Build & API Improvements

  • Reintroduced maven-publish in the API module for:

    • Cleaner developer workflows
    • Easier integration into external plugin projects
    • Structured build.gradle for future publishing and maintenance

Full Changelog: 1.0.0...1.1.0