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