mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-08-03 13:18:46 +00:00
Changed water to be considered a pass-through block.
This commit is contained in:
@@ -322,6 +322,8 @@ public enum BlockType {
|
|||||||
*/
|
*/
|
||||||
public static boolean canPassThrough(int id) {
|
public static boolean canPassThrough(int id) {
|
||||||
return id == 0 // Air
|
return id == 0 // Air
|
||||||
|
|| id == 8 // Water
|
||||||
|
|| id == 9 // Water
|
||||||
|| id == 6 // Saplings
|
|| id == 6 // Saplings
|
||||||
|| id == 37 // Yellow flower
|
|| id == 37 // Yellow flower
|
||||||
|| id == 38 // Red flower
|
|| id == 38 // Red flower
|
||||||
|
Reference in New Issue
Block a user