package com.harry9137.ct.material; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import net.minecraftforge.common.util.EnumHelper; public class CreepTechMaterials { public ItemArmor.ArmorMaterial LaserArmor = EnumHelper.addArmorMaterial("LaserArmor", "", 100, new int[]{10,10,10,10}, 5); }