Adding Custom Bees
Gendustry allows users (pack makers, server admins, etc.) to add bees to the game, without requiring any programming.
Custom bees should be described in user config files ({minecraft}/config/gendustry/{name}.cfg), and you will need to add localization files as well (at least for English).
Steps to add bees:
- Add a custom branch (can be skipped if you want to extend one of the vanilla branches)
- Add new honey combs and/or honey drops (can be skipped if your bees will only give vanilla combs or other items)
- Add new bee species
- Add mutations for your bees
- Add Centrifuge recipes for your combs
- Add Squeezer recipes for your drops
- Add custom worldgen Hives
- Add localization for all new content
Examples
There are example configuration and localization files on github.