Add alias for dyes.

This commit is contained in:
filoghost 2015-01-15 13:09:13 +01:00
parent b0fadaa002
commit c17b2224b7

View File

@ -70,6 +70,7 @@ public class ItemUtils {
tempMap.put("gunpowder", Material.SULPHUR);
tempMap.put("lilypad", Material.WATER_LILY);
tempMap.put("command block", Material.COMMAND);
tempMap.put("dye", Material.INK_SACK);
for (Entry<String, Material> tempEntry : tempMap.entrySet()) {
materialMap.put(stripSpacingChars(tempEntry.getKey()).toLowerCase(), tempEntry.getValue());