BuildCraft|Core

BuildCraft|Core

7M Downloads

Robots should combine multiple simultaneously enabled zones.

asiekierka opened this issue ยท 4 comments

commented

Another thing that could be easily done, and I think is a good change regardless, is to make the robots add up all the active working zones. Right now they just use the first one they find in the gate.

  • hea3ven
commented

that would make farming alot easier :)

commented

Shouldn't be hard to do, I had already refactored everywhere that areas are used to call to EntityRobot.getZoneToWork and EntityRobot.getZoneToLoadUnload thinking of this.

commented

It would be a nice way to create irregularly-shaped zones.

commented

also more farm control with 1 robot, it would allow not harvesting some zones (to prevent overflow) without the need for a seperate robot for each farm (still would need a seperate planter though)