Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package com.TechDweebGaming.MystTech.init;
  2.  
  3. public class OreDictionary {
  4.  
  5. public static void init() {
  6. OreDictionary.registerOre("ingotShiny", ModItems.UrareiumIngot);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement