Update to MC 1.14

This commit is contained in:
Daniel Saukel
2019-04-27 20:14:55 +02:00
parent 13d13dcf72
commit aca7e54bfa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ public class LegacyUtil {
}
public static boolean isSign(Material type) {
return type == Material.SIGN || type == Material.WALL_SIGN || (!P.use1_13 && type == SIGN_POST);
return type.name().endsWith("SIGN") || (!P.use1_13 && type == SIGN_POST);
}
// LAVA and STATIONARY_LAVA are merged as of 1.13