Added Water and Lava to the exception list
This commit is contained in:
@@ -100,7 +100,9 @@ public class Misc implements Module, Listener {
|
|||||||
private static final Material[] LIQUID_FLOW_EXCEPTIONS = {
|
private static final Material[] LIQUID_FLOW_EXCEPTIONS = {
|
||||||
Material.AIR,
|
Material.AIR,
|
||||||
Material.CAVE_AIR,
|
Material.CAVE_AIR,
|
||||||
Material.VOID_AIR
|
Material.VOID_AIR,
|
||||||
|
Material.WATER,
|
||||||
|
Material.LAVA
|
||||||
};
|
};
|
||||||
|
|
||||||
// Disables water and lava breaking stuff
|
// Disables water and lava breaking stuff
|
||||||
@@ -352,4 +354,4 @@ public class Misc implements Module, Listener {
|
|||||||
|
|
||||||
return typeE;
|
return typeE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user