Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private static void addOreDictItems(String oreDictName){
- if(oreDictName != null){
- List<ItemStack> list = OreDictionary.getOres(oreDictName);
- for (int i = 0; i < list.size(); i++) {
- TestList.addItemStackToList(list.get(i));
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement