From 28ad77c5246a366c19b346800b025ea719dcc43f Mon Sep 17 00:00:00 2001 From: Jandakast Date: Tue, 22 May 2018 18:59:40 -0400 Subject: [PATCH] feat: added starlight transmutation for prosperity and inferium ores Closes https://github.com/DarkPacks/SevTech-Ages/issues/2514 --- src/config/mputils/changelog.txt | 1 + src/scripts/mod_integrations/astral_sorcery.zs | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/src/config/mputils/changelog.txt b/src/config/mputils/changelog.txt index 5d519a44e..726897701 100644 --- a/src/config/mputils/changelog.txt +++ b/src/config/mputils/changelog.txt @@ -71,6 +71,7 @@ Enhancements: * Allow a larger selection of cobblestone slabs for the Kiln recipe (#2482) * Add a additional 50% drop chance for Wild Dog Pelts from Wild Dogs * Added upgrade recipe for the Primal Chest Advanced to a Minecraft Chest +* Added Startlight Transmutation for Kepler Iron and Copper to Inferium and Prosperity Ores (#2514) Mods Added: * SevTweaks (0.1.0) diff --git a/src/scripts/mod_integrations/astral_sorcery.zs b/src/scripts/mod_integrations/astral_sorcery.zs index 1958415ad..2fa8672ae 100644 --- a/src/scripts/mod_integrations/astral_sorcery.zs +++ b/src/scripts/mod_integrations/astral_sorcery.zs @@ -100,3 +100,12 @@ Altar.addTraitAltarRecipe(, 5500, 700, [ StarlightInfusion.removeInfusion(); StarlightInfusion.addInfusion(, , false, 0.25, 300); + +/* + Starlight Transmutation + + https://crafttweaker.readthedocs.io/en/latest/#Mods/Astral_Sorcery/Transmutation/ +*/ + +LightTransmutation.addTransmutation(, , 1000); +LightTransmutation.addTransmutation(, , 1000);