Finish implementing the Ihan Crystal

This commit is contained in:
Zontreck 2024-02-15 19:42:57 -07:00
parent bf89c43f33
commit de99316ca5
4 changed files with 104 additions and 4 deletions

View file

@ -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()));