Actually Additions

Actually Additions

66M Downloads

Filler should ignore the Facing/Turning of the blocks when looking for them in the inventory

garantiertnicht opened this issue ยท 1 comments

commented

Now, you can not fill an area with logs facing sideways. It would be somewhat more usefull if the checking would ignore attributes such as axis, rotation, facing, maybe others. Would need some additionaly checks in

if(slot != null && slot.isItemEqual(stack) && slot.stackSize > 0){
.

commented

This would be a pain to implement by the way BlockStates work, and I don't think it's really worth the effort. Sorry.