Finish implementing the Ihan Crystal
This commit is contained in:
parent
bf89c43f33
commit
de99316ca5
4 changed files with 104 additions and 4 deletions
|
@ -16,7 +16,7 @@ public class ModItems {
|
|||
|
||||
public static final RegistryObject<Item> ETERNIUM_FRAGMENT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_fragment", () -> new Item(new Item.Properties())));
|
||||
|
||||
public static final RegistryObject<Item> IHAN_CRYSTAL = CreativeModeTabs.addToOTEModTab(ITEMS.register("ihan_crystal", () -> new Item(new Item.Properties())));
|
||||
public static final RegistryObject<Item> IHAN_CRYSTAL = CreativeModeTabs.addToOTEModTab(ITEMS.register("ihan_crystal", () -> new IhanCrystal()));
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue