Fixed melee damage, trick shot, and defense stat trackers.
This commit is contained in:
parent
fa6b338a03
commit
b406bb4672
4 changed files with 20 additions and 16 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue