Fixed melee damage, trick shot, and defense stat trackers.

This commit is contained in:
WayofTime 2016-02-07 15:37:35 -05:00
parent fa6b338a03
commit b406bb4672
4 changed files with 20 additions and 16 deletions

View file

@ -30,10 +30,7 @@ import com.google.common.collect.Multimap;
import thaumcraft.api.items.IGoggles;
import thaumcraft.api.items.IRevealer;
@Optional.InterfaceList({
@Optional.Interface(iface = "thaumcraft.api.items.IRevealer", modid = "Thaumcraft"),
@Optional.Interface(iface = "thaumcraft.api.items.IGoggles", modid = "Thaumcraft")
})
@Optional.InterfaceList({ @Optional.Interface(iface = "thaumcraft.api.items.IRevealer", modid = "Thaumcraft"), @Optional.Interface(iface = "thaumcraft.api.items.IGoggles", modid = "Thaumcraft") })
public class ItemLivingArmour extends ItemArmor implements ISpecialArmor, IRevealer, IGoggles
{
public static String[] names = { "helmet", "chest", "legs", "boots" };