Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.TechDweebGaming.MystTech.init;
- public class OreDictionary {
- public static void init() {
- OreDictionary.registerOre("ingotShiny", ModItems.UrareiumIngot);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement