BuildCraft|Core

BuildCraft|Core

7M Downloads

BuildCraft 1.11.2 auto workbench throws bucket

stdio2016 opened this issue ยท 9 comments

commented

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

commented

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

commented

But advanced crafting table doesn't work in 1.11.2 ๐Ÿ˜ข

commented

it should work, what doesn't work for you?

commented

Advenced crafting table is fully charged (500/500MJ) but does not craft a pickaxe
minecraft 1 11 2 2017_7_12 10_15_18

commented

Which version of Buildcraft are you using?

commented

7.99.6

commented

...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.

commented

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

commented

I opened an issue for Advenced crafting table because it is different bug.
See #3726