// Removing Resonanting Gem from all machines mods.astralsorcery.StarlightInfusion.removeInfusion(); mods.thermalexpansion.Pulverizer.removeRecipe(); mods.actuallyadditions.Crusher.removeRecipe(); mods.actuallyadditions.Crusher.removeRecipe( *2); mods.immersiveengineering.Crusher.removeRecipe( *2); // Removing Starlight Crafting Altar recipes.remove(); mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/upgrade_tier2"); mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/upgrade_tier3"); mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/upgrade_tier4"); // Resonanting Gem in the Blast Furnace mods.techreborn.blastFurnace.addRecipe(, , , * 2, 400, 300, 2000); // Starore mods.jei.JEI.removeAndHide(); // Rebalance Illumination Powder ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/illuminationpowder"); mods.astralsorcery.Altar.addDiscoveryAltarRecipe("astralsorcery:shaped/internal/altar/illuminationpowder", * 4, 300, 200, [ , , , , , , , , ]); // Rebalance Glass Lens ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/glasslens"); mods.astralsorcery.Altar.addDiscoveryAltarRecipe("astralsorcery:shaped/internal/altar/glasslens", , 400, 200, [ , , , , , , , , ]); // Astral Tome ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/journal"); recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); // Starmetal Changes ============================= mods.astralsorcery.LightTransmutation.removeTransmutation(, false); mods.actuallyadditions.Empowerer.addRecipe( * 2, , , , , , 70000, 320); mods.techreborn.blastFurnace.addRecipe(, null, , null, 1600, 600, 2000); // Sooty Marble ================================================================================ recipes.remove(); mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/marble_black_raw"); recipes.addShaped( * 8, [[, , ],[, , ], [, , ]]); // Rebalanced Gateway ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/gateway"); mods.astralsorcery.Altar.addAttunementAltarRecipe("astralsorcery:shaped/internal/altar/gateway", , 1000, 200, [ , , , , , , , , , , , , ]); // Rebalance Nocturnal Powder ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/nocturnalpowder"); mods.astralsorcery.Altar.addDiscoveryAltarRecipe("astralsorcery:shaped/internal/altar/nocturnalpowder", * 4, 300, 200, [ , , , , , , , , ]); // Moved Cake to Infusion ============================= mods.astralsorcery.LightTransmutation.removeTransmutation(, false); mods.astralsorcery.StarlightInfusion.addInfusion(, , true, 0.6, 200); // Rebalanced Starlight infusion ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/starlightinfuser"); mods.astralsorcery.Altar.addConstellationAltarRecipe("mypackname:shaped/internal/altar/starlightinfuser", , 2000, 10, [ , , , , , , , , , , , , , , , , , , , , ]); // Cave Illuminator ================================================================================ recipes.remove(); mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/illuminator"); // Rock Crystal Ore ============================= mods.astralsorcery.Altar.addDiscoveryAltarRecipe("astralsorcery:shaped/internal/altar/rockore", , 300, 200, [ , , , , , , , , ]); /* // Shifting Star ============================= mods.astralsorcery.Altar.removeAltarRecipe("astralsorcery:shaped/internal/altar/tool_shiftingstar"); mods.techreborn.blastFurnace.addRecipe(.withTag({astralsorcery: {}}), , , * 2, 400, 300, 2000); */ // Aquamarine Shale ============================= mods.thermalexpansion.Pulverizer.addRecipe( * 2, , 1500); mods.actuallyadditions.Crusher.addRecipe( * 2, ); mods.techreborn.grinder.addRecipe( * 2, , 200, 50); mods.mekanism.crusher.addRecipe(, * 2); mods.immersiveengineering.Crusher.addRecipe( * 2, , 2048);