Immersive Engineering

Immersive Engineering

134M Downloads

Crusher doesn't accept items hoppered into the top layer of blocks.

D0CTOR-ZED opened this issue ยท 0 comments

commented

For IE 1.16.4-4.1.2-129, the crusher doesn't accept hoppered input into the top layers. Instead, it takes hoppered input into the middle layers. The line of code that sets the input layer to y==1 should probably be y==2 if the intent is allowing hoppered input into the top layer. As it is, using the middle layer, the business end of the hopper points at the open space just below the crushers bin.

return posInMultiblock.getY()==1&&posInMultiblock.getX() > 0&&posInMultiblock.getX() < 4;