mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-01-23 16:11:27 +01:00
Fix for off blocked item behavior when autocrafting
This commit is contained in:
parent
cf894bfa61
commit
acaca38d8d
@ -130,7 +130,7 @@ public class HopHandler {
|
||||
if (hopper.getLocation().getBlock().isBlockPowered()
|
||||
|| is[i] != null && blockedMaterials.contains(is[i].getType())) {
|
||||
i++;
|
||||
continue;
|
||||
if (i >= 5) continue;
|
||||
}
|
||||
|
||||
int finalI = i;
|
||||
|
Loading…
Reference in New Issue
Block a user