Finalized more for the digging upgrade.

This commit is contained in:
WayofTime 2016-01-04 09:15:15 -05:00
parent cbc2dfbc6d
commit 80a9380e71
3 changed files with 14 additions and 4 deletions

View file

@ -21,6 +21,7 @@ public class ItemLivingArmour extends ItemArmor
{
public static String[] names = { "helmet", "chest", "legs", "boots" };
//TODO: Save/delete cache periodically.
public static Map<ItemStack, LivingArmour> armourMap = new HashMap<ItemStack, LivingArmour>();
public ItemLivingArmour(int armorType)