Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int ids1[] = OreDictionary.getOreIDs(stack1);
- int ids2[] = OreDictionary.getOreIDs(stack2);
- for(int id : ids1){
- if(Ints.contains(ids2, id)){
- return true;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement