Lumecorn seed & rod

This commit is contained in:
paulevsGitch 2021-01-21 07:06:34 +03:00
parent 302db402c1
commit 7e9d809814
23 changed files with 162 additions and 18 deletions

View file

@ -73,6 +73,7 @@ public class EndItems {
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");
public final static Item LUMECORN_ROD = registerItem("lumecorn_rod");
// Armor //
public static final Item TERMINITE_HELMET = registerItem("terminite_helmet", new ArmorItem(EndArmorMaterial.TERMINITE, EquipmentSlot.HEAD, makeItemSettings()));