Finalized more for the digging upgrade.
This commit is contained in:
parent
cbc2dfbc6d
commit
80a9380e71
3 changed files with 14 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue