BuildCraft|Core

BuildCraft|Core

7M Downloads

Delivery robots carry only one item at the time.

Kubuxu opened this issue ยท 2 comments

commented

It is due to this line. The delivery robot only takes one item at a time which renders them extremely weak.

commented

Yes, the problem is that requests are made one item at a time too. There is no way to specify a bigger request.

commented

@hea3ven - The request system in general needs a rewrite, for multiple reasons:

  1. I want a system of requesting that's independent of robots, for instance so Logistics Pipes or AE2 can cooperate with Builders better.
  2. It's kinda eh.