Crystal shards
This commit is contained in:
parent
2c59a87ae7
commit
8e259abbb7
5 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,7 @@ public class ItemRegistry {
|
|||
public final static Item AETERNIUM_INGOT = registerItem("aeternium_ingot", new Item(makeSettings()));
|
||||
public final static Item END_LILY_LEAF = registerItem("end_lily_leaf", new Item(makeSettings()));
|
||||
public final static Item END_LILY_LEAF_DRIED = registerItem("end_lily_leaf_dried", new Item(makeSettings()));
|
||||
public final static Item CRYSTAL_SHARDS = registerItem("crystal_shards", new Item(makeSettings()));
|
||||
|
||||
// Armor //
|
||||
public static final Item TERMINITE_HELMET = registerItem("terminite_helmet", new ArmorItem(EndArmorMaterial.TERMINITE, EquipmentSlot.HEAD, makeSettings()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue