mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Changed water to be considered a pass-through block.
This commit is contained in:
parent
cdea296396
commit
0bbc4da594
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user