mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-15 15:15:17 +01:00
Merge branch 'development'
This commit is contained in:
commit
0b173c2250
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
||||
<groupId>com.songoda</groupId>
|
||||
<artifactId>EpicFarming</artifactId>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>3.0.19</version>
|
||||
<version>3.0.20</version>
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>EpicFarming-${project.version}</finalName>
|
||||
|
@ -49,7 +49,7 @@ public class HopperTask extends BukkitRunnable {
|
||||
continue;
|
||||
}
|
||||
|
||||
Block block = farmLocation.getBlock().getRelative(BlockFace.DOWN).getRelative(BlockFace.DOWN);
|
||||
Block block = farmLocation.getBlock().getRelative(BlockFace.DOWN);
|
||||
|
||||
if (block.getType() != Material.HOPPER)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user