Engineer's Decor

Engineer's Decor

19M Downloads

[Bug] Factory Block Placer vs Falling Block Entities

DrakoAlcarus opened this issue · 5 comments

commented

When placing Vanilla Concrete Powder into the FBP, it places additional blocks inside the falling entities. This causes the Concrete Powder or any falling block to drop on the ground while the first falling block becomes solid.

You can recreate this with this design I made to auto-process Concrete into the wonderful hard block we know and love:
image

Now that I look at it, this design can be very much streamlined to prevent this, however, it does seem to be a valid bug. This can be fixed if you add falling entities to a list of entities that interrupt the machine.

commented

Hey, good point, I did not have falling blocks on screen. Let me schedule this for 1.1.0-b3 (I built b2 already and was testing). Maybe extending the placement blocking to any entities that can be collided include falling block, if so we'll go with that. Fake lights etc have to be ignored however.

commented
commented

Quickly hacked the collidable-entity check, seems to pass all the quick tests done, also ignoring arrows. Gonna put it in the next release.

commented
commented

Alright, engineersdecor-1.15.2-1.1.0-b3 is uploaded. Could you check and close the issue if the problem is resolved for you? Cheers, -