Posted 10 July 2016 - 12:20 PM
Bee Breeding with OpenPeripherals and modular backends
Overview
Fork of openbee. Currently being rewritten.
Breeds bees. Tends to keep reference bees for species, may work without Analyzer but with poor decisions, expects product inventory on bottom of breeder.
Current default backends: Applied Energistics 2 (ME Interface as storage), Forestry (Apiary as breeder).
Installation illustrated on imgur
Write class which implements IStorage or IBreeder interface and submit pull request at GitHub.
FTB users notice
FTB Infinity Evolved 2.5.0 have broken version of OpenPeripheralIntegration which results in
Overview
Fork of openbee. Currently being rewritten.
Breeds bees. Tends to keep reference bees for species, may work without Analyzer but with poor decisions, expects product inventory on bottom of breeder.
Current default backends: Applied Energistics 2 (ME Interface as storage), Forestry (Apiary as breeder).
Installation illustrated on imgur
pastebin run XxjND24H
Usage-- Simply breed everything
openbee.lua
-- Breed to some species
openbee.lua Imperial
-- Breed to some species with custom trait priorities
openbee.lua Imperial nocturnal flowering
ContributionWrite class which implements IStorage or IBreeder interface and submit pull request at GitHub.
FTB users notice
FTB Infinity Evolved 2.5.0 have broken version of OpenPeripheralIntegration which results in
openbee:255: forestry.api.genetics.IMutation.getAllele0()Lforestry/api/genetics/IAllele;
It can be fixed by updating OpenPeripheralIntegration to dev version as suggested in reddit post. You can freely update server, unpatched client will still correctly connect.Edited on 10 July 2016 - 10:24 AM