BuildCraft 1.11.2 auto workbench throws bucket
stdio2016 opened this issue ยท 9 comments
When the recipe contains bucket, auto workbench will throw away empty bucket, even if chests and pipes are nearby.
I can't prevent auto workbenches from throwing my bucket. Is it a bug?
Video: https://youtu.be/L-AgO7fNY-g
Yes it will throw buckets out because it only has 1 output slot, the crafting output will fill up the slot leaving nowhere for the bucket to be stored so it is thrown out in the world.
for more 'complex' crafting recipes that have extra outputs like buckets you can use the advanced crafting table, that has more output slots
...maybe that broke at some point :(
@AEnterprise I think that https://github.com/BuildCraft/BuildCraft/blob/8.0.x/common/buildcraft/factory/util/IAutoCraft.java#L59 should probably call addToBestAcceptor
rather than drop
to fix the primary issue.
currenty taking a look at them where things go wrong, already added the addToBestAcceptor
it was in the old code but i missed it when rewriting it
I opened an issue for Advenced crafting table because it is different bug.
See #3726