Archived
0

Added Water and Lava to the exception list

This commit is contained in:
Minenash
2019-01-08 07:39:55 -05:00
committed by GitHub
parent 76563a12f8
commit df2a26965b

View File

@@ -100,7 +100,9 @@ public class Misc implements Module, Listener {
private static final Material[] LIQUID_FLOW_EXCEPTIONS = {
Material.AIR,
Material.CAVE_AIR,
Material.VOID_AIR
Material.VOID_AIR,
Material.WATER,
Material.LAVA
};
// Disables water and lava breaking stuff
@@ -352,4 +354,4 @@ public class Misc implements Module, Listener {
return typeE;
}
}
}