Make bee always flyable

This commit is contained in:
fullwall 2020-02-21 17:40:27 +08:00
parent 2d2b796b12
commit fca5dc21e0

View File

@ -99,7 +99,7 @@ public class Util {
public static boolean isAlwaysFlyable(EntityType type) {
if (type.name().toLowerCase().equals("vex") || type.name().toLowerCase().equals("parrot")
|| type.name().toLowerCase().equals("phantom"))
|| type.name().toLowerCase().equals("bee") || type.name().toLowerCase().equals("phantom"))
// 1.8.8 compatibility
return true;
switch (type) {