Advertisement
Guest User

Untitled

a guest
Mar 6th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. private static void addFromOreDict(String oreDictName) {
  2. if (oreDictName != null) {
  3. List<ItemStack> list = OreDictionary.getOres(oreDictName);
  4. for (ItemStack i : list) {
  5. TestList.addItemStackToList(i);
  6. }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement