Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. val oreIntoCopperIngot = [
  2. <gregtech:ore_copper_0:*>,
  3. <gregtech:ore_chalcopyrite_0:*>,
  4. <gregtech:ore_cuprite_0:*>,
  5. <gregtech:ore_tenorite_0:*>,
  6. <gregtech:ore_bornite_0:*>,
  7. <gregtech:ore_chalcocite_0:*>,
  8. <gregtech:ore_tetrahedrite_0:*>,
  9. <gregtech:ore_malachite_0:*>
  10. ] as IItemStack[];
  11.  
  12. for i in oreIntoCopperIngot {
  13. furnace.addRecipe(ingotCopper, i, 1);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement