mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
Access hoppers directly below.
This commit is contained in:
parent
04af4a9e6b
commit
9a1aa3b8da
@ -49,7 +49,7 @@ public class HopperTask extends BukkitRunnable {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Block block = farmLocation.getBlock().getRelative(BlockFace.DOWN).getRelative(BlockFace.DOWN);
|
Block block = farmLocation.getBlock().getRelative(BlockFace.DOWN);
|
||||||
|
|
||||||
if (block.getType() != Material.HOPPER)
|
if (block.getType() != Material.HOPPER)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user