Files
2026-07-25 16:20:42 -05:00

61 lines
2.8 KiB
Plaintext

mods.techreborn.industrialGrinder.addRecipe(<divinerpg:arlemite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:arlemite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:realmite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:realmite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:rupee_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:rupee_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:netherite_ingot>*3, <aoa3:runium_chunk>, null, null, <divinerpg:netherite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<divinerpg:bloodgem>*3, <aoa3:runium_chunk>, null, null, <divinerpg:bloodgem_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:amethyst>*3, <thermalfoundation:material:70>, null, null, <aoa3:amethyst_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:sapphire>*3, <thermalfoundation:material:70>, null, null, <aoa3:sapphire_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:jade>*3, <thermalfoundation:material:70>, null, null, <aoa3:jade_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:limonite_ingot>*3, <thermalfoundation:material:70>, null, null, <aoa3:limonite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:rosite_ingot>*3, <thermalfoundation:material:70>, null, null, <aoa3:rosite_ore>, null, 30, 256);
mods.techreborn.industrialGrinder.addRecipe(<aoa3:emberstone_ingot>*3, <nuclearcraft:compound:5>, null, null, <aoa3:emberstone_ore>, null, 30, 256);
recipes.addShapeless(<divinerpg:arlemite_ingot>*5,
[<divinerpg:arlemite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:realmite_ingot>*5,
[<divinerpg:realmite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:rupee_ingot>*5,
[<divinerpg:rupee_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:netherite_ingot>*5,
[<divinerpg:netherite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<divinerpg:bloodgem>*5,
[<divinerpg:bloodgem_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:sapphire>*5,
[<aoa3:sapphire_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:amethyst>*5,
[<aoa3:amethyst_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:jade>*5,
[<aoa3:jade_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:limonite_ingot>*5,
[<aoa3:limonite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:rosite_ingot>*5,
[<aoa3:rosite_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:emberstone_ingot>*5,
[<aoa3:emberstone_ore>, <thermalfoundation:material:1028>]);
recipes.addShapeless(<aoa3:runium_chunk>*5,
[<aoa3:runium_ore>, <thermalfoundation:material:1028>]);