/** * This class was created by <Vazkii>. It's distributed as * part of the Botania Mod. Get the Source Code in github: * https://github.com/Vazkii/Botania * * Botania is Open Source and distributed under the * Botania License: http://botaniamod.net/license.php * * File Created @ [Aug 28, 2015, 8:48:17 PM (GMT)] */ package vazkii.botania.common.item.equipment.armor.manaweave; import net.minecraft.inventory.EntityEquipmentSlot; import vazkii.botania.common.lib.LibItemNames; public class ItemManaweaveChest extends ItemManaweaveArmor { public ItemManaweaveChest() { super(EntityEquipmentSlot.CHEST, LibItemNames.MANAWEAVE_CHEST); } }