Few warnings and moar recipes
This commit is contained in:
parent
9ac21ded30
commit
7977a8e73b
13 changed files with 228 additions and 35 deletions
|
@ -32,7 +32,6 @@ import net.minecraft.item.ItemStack;
|
|||
import reborncore.common.util.ItemDurabilityExtensions;
|
||||
import reborncore.common.util.ItemUtils;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.events.TRRecipeHandler;
|
||||
|
||||
/**
|
||||
* Created by modmuss50 on 26/02/2016.
|
||||
|
@ -48,16 +47,6 @@ public class ItemTRArmour extends ArmorItem implements ItemDurabilityExtensions
|
|||
public ItemTRArmour(ArmorMaterial material, EquipmentSlot slot, String repairOreDict) {
|
||||
super(material, slot, (new Item.Settings()).group(TechReborn.ITEMGROUP).maxCount(1));
|
||||
this.repairOreDict = repairOreDict;
|
||||
if (slot == EquipmentSlot.HEAD)
|
||||
//setTranslationKey(material.name().toLowerCase() + "Helmet");
|
||||
if (slot == EquipmentSlot.CHEST)
|
||||
//setTranslationKey(material.name().toLowerCase() + "Chestplate");
|
||||
if (slot == EquipmentSlot.LEGS)
|
||||
//setTranslationKey(material.name().toLowerCase() + "Leggings");
|
||||
if (slot == EquipmentSlot.FEET) {
|
||||
|
||||
}
|
||||
//setTranslationKey(material.name().toLowerCase() + "Boots");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue