Silk fiber

This commit is contained in:
paulevsGitch 2021-01-16 18:23:00 +03:00
parent ba68f1fe4f
commit c3277e7a2e
6 changed files with 32 additions and 7 deletions

View file

@ -70,6 +70,7 @@ public class EndItems {
public final static Item ENCHANTED_PETAL = registerItem("enchanted_petal", new EnchantedPetalItem());
public final static Item LEATHER_STRIPE = registerItem("leather_stripe");
public final static Item LEATHER_WRAPPED_STICK = registerItem("leather_wrapped_stick");
public final static Item SILK_FIBER = registerItem("silk_fiber");
// Armor //
public static final Item TERMINITE_HELMET = registerItem("terminite_helmet", new ArmorItem(EndArmorMaterial.TERMINITE, EquipmentSlot.HEAD, makeItemSettings()));