Adds missing materials to EnumerationUtil
Adds dye, ink sacs, missing buckets and honeycomb to MATERIALS_EDIT_TOOL
This commit is contained in:
parent
8900d01f56
commit
bc1c5dc2c7
@ -82,6 +82,9 @@ public class EnumerationUtil {
|
||||
"TROPICAL_FISH_BUCKET", // Minecraft 1.13
|
||||
"ARMOR_STAND", // Minecraft 1.8
|
||||
"END_CRYSTAL", // Minecraft 1.10
|
||||
"AXOLOTL_BUCKET",
|
||||
"TADPOLE_BUCKET",
|
||||
"POWDER_SNOW_BUCKET",
|
||||
|
||||
// The duplication bug found in Spigot 1.8 protocol patch
|
||||
// https://github.com/MassiveCraft/Factions/issues/693
|
||||
@ -89,7 +92,27 @@ public class EnumerationUtil {
|
||||
"SIGN_POST", // Minecraft 1.?
|
||||
"TRAPPED_CHEST", // Minecraft 1.?
|
||||
"SIGN", // Minecraft 1.?
|
||||
"BONE_MEAL" // Minecraft 1.?
|
||||
"BONE_MEAL", // Minecraft 1.?
|
||||
"HONEYCOMB",
|
||||
"GLOW_INK_SAC",
|
||||
"INK_SAC",
|
||||
|
||||
"BLACK_DYE",
|
||||
"BLUE_DYE",
|
||||
"BROWN_DYE",
|
||||
"CYAN_DYE",
|
||||
"GRAY_DYE",
|
||||
"GREEN_DYE",
|
||||
"LIGHT_BLUE_DYE",
|
||||
"LIGHT_GRAY_DYE",
|
||||
"LIME_DYE",
|
||||
"MAGENTA_DYE",
|
||||
"ORANGE_DYE",
|
||||
"PINK_DYE",
|
||||
"PURPLE_DYE",
|
||||
"RED_DYE",
|
||||
"WHITE_DYE",
|
||||
"YELLOW_DYE"
|
||||
);
|
||||
|
||||
public static boolean isMaterialEditTool(Material material) {
|
||||
|
Loading…
Reference in New Issue
Block a user