Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Changed water to be considered a pass-through block.
Dieser Commit ist enthalten in:
Ursprung
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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren