Skip to content

Commit

Permalink
Fixed generators not working if water is coming from above
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Dec 21, 2022
1 parent 73026e8 commit 69ea7f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
public class GeneratorsListener implements Listener {

private static final BlockFace[] nearbyFaces = new BlockFace[]{
BlockFace.WEST, BlockFace.EAST, BlockFace.NORTH, BlockFace.SOUTH
BlockFace.WEST, BlockFace.EAST, BlockFace.NORTH, BlockFace.SOUTH, BlockFace.UP
};
private static final Material BLUE_ICE_MATERIAL = Materials.getMaterialSafe("BLUE_ICE");
private static final Material SOUL_SOIL_MATERIAL = Materials.getMaterialSafe("SOUL_SOIL");
Expand Down

0 comments on commit 69ea7f9

Please sign in to comment.