mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Changed water to be considered a pass-through block.
This commit is contained in:
parent
cdea296396
commit
0bbc4da594
@ -322,6 +322,8 @@ public static boolean shouldPlaceLast(int id) {
|
||||
*/
|
||||
public static boolean canPassThrough(int id) {
|
||||
return id == 0 // Air
|
||||
|| id == 8 // Water
|
||||
|| id == 9 // Water
|
||||
|| id == 6 // Saplings
|
||||
|| id == 37 // Yellow flower
|
||||
|| id == 38 // Red flower
|
||||
|
Loading…
Reference in New Issue
Block a user