Last Updated: 8 July 2017
AutoBee automates Apiaries. AutoBee was written because no programs are capable of automating bee needs in Forestry v4. It was written with complete cross platform compatibility between OpenComputers and ComputerCraft.
AutoBee will replace princesses and drones as generations die off and empty the output of the apiary into the attached chest. It is not capable of breeding Bees (yet!) but will maintain constant uptime on apiaries to maximize output with minimal user interaction.
AutoBee automates Forestry Apiaries. Currently Bee Houses and Alvearies are not supported. It will only attempt to utilize attached Apiaries. ComputerCraft has no limit to the amount of Apiaries that can be attached. OpenComputers connected Apiaries is limited to the CPU you are using. There is no other difference in platforms in term of function and performance.
-
All Versions: Forestry
-
1.7.10: ComputerCraft or OpenComputers, OpenPeripherals
-
1.10.2: ComputerCraft, Plethora Peripherals
-
1.11.2: ComputerCraft, Plethora Peripherals
-
Minecraft 1.8.9? Forestry is unavailable. No bees then.
-
Minecraft 1.9.4? Neither OpenPeripherals or Plethora Peripherals are available. Those mods are required to be able to move items. Without one, this program does not work.
-
OpenComputers on Minecraft 1.10.2? Currently OpenComputers does not by default import ComputerCraft APIs. Plethora Peripherals is a ComputerCraft API.
chestSize = 27
This is the size of the chest type you are using. Currently AutoBee uses a pair of reserved slots in it's output chest for the princess and drones necessary to keep the hive running.
chestDir = "up"
This is direction of the chest from the apiary.
Delay = 2
Amount of seconds the program waits before checking the apiaries again.
The system is not completely intelligent and cannot completely manage itself. Keep in mind these aspects and your system will continue to work.
- Does not 'smart' breed bees.
This program will only restart apiaries with first available drone it finds. If you place a non-pure bred lineage into this it will overflow your output chest in short order.
- OpenComputers basic computer can only run 4 apiaries at a time.
With all tier 1 parts and a screen, GPU, keyboard, and HDD, you can only hook up 4 apiaries before your computer will crash. Tier 2 and 3 can handle more.
- Physical Layout
The layout must be properly built by the individual before the system can run. For CC users, you cannot place apiaries next to each other if you are using vanilla chests. For OC users, you can maximize the amount of apiaries per adapter (up to 5) if you surround the adapter with them (See above for tier 1 limits).
- OpenComputers Forum Page: https://oc.cil.li/index.php?/topic/913-autobee-automate-your-forestry-bees/
- ComputerCraft Forum Page: http://www.computercraft.info/forums2/index.php?/topic/26629-autobee-automate-your-forestry-bees/
- Pastebin: http://pastebin.com/W4CW4hYt
- Github: https://github.com/jetpack-maniac/autobee