Skip to content

Commit

Permalink
feat: added starlight transmutation for prosperity and inferium ores
Browse files Browse the repository at this point in the history
Closes #2514
  • Loading branch information
Jandakast committed May 22, 2018
1 parent 054f604 commit 28ad77c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions src/scripts/mod_integrations/astral_sorcery.zs
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,12 @@ Altar.addTraitAltarRecipe(<astralsorcery:blockchalice>, 5500, 700, [
StarlightInfusion.removeInfusion(<astralsorcery:itemchargedcrystalpickaxe>);

StarlightInfusion.addInfusion(<actuallyadditions:item_dust:5>, <astralsorcery:itemcraftingcomponent:2>, false, 0.25, 300);

/*
Starlight Transmutation
https://crafttweaker.readthedocs.io/en/latest/#Mods/Astral_Sorcery/Transmutation/
*/

LightTransmutation.addTransmutation(<extraplanets:kepler22b:2>, <mysticalagriculture:inferium_ore>, 1000);
LightTransmutation.addTransmutation(<extraplanets:kepler22b:4>, <mysticalagriculture:prosperity_ore>, 1000);

0 comments on commit 28ad77c

Please sign in to comment.