mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Update to MC 1.14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user