Skip to content

Commit

Permalink
Fix composters not working with chutes
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Aug 10, 2024
1 parent 2f7d84f commit ab12be3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ protected boolean canOutputItems() {
if (level == null)
return null;
BlockEntity be = level.getBlockEntity(pos);
if (be == null)
return null;
if (be instanceof ChuteBlockEntity) {
if (side != Direction.DOWN || !(be instanceof SmartChuteBlockEntity) || getItemMotion() > 0)
return null;
Expand Down

0 comments on commit ab12be3

Please sign in to comment.