Created
September 19, 2017 15:07
-
-
Save kindlich/a3917dad6a3f5c65743c358af9cd8e26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import mods.actuallyadditions.Empowerer.addRecipe as empAdd; | |
import mods.actuallyadditions.AtomicReconstructor; | |
//Recipe in format of [output, centerInput, sideInput1, sideInput2, sideInput3, sideInput4, energyPerStand, timeInTicks] | |
empAdd(<mysticalagriculture:tier1_inferium_seeds>, <mysticalagriculture:ingot_storage:1>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 10000, 200); //Inferium Tier 1 | |
empAdd(<mysticalagriculture:tier2_inferium_seeds>, <mysticalagriculture:ingot_storage:2>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 20000, 200); //Inferium Tier 2 | |
empAdd(<mysticalagriculture:tier3_inferium_seeds>, <mysticalagriculture:ingot_storage:3>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 30000, 200); //Inferium Tier 3 | |
empAdd(<mysticalagriculture:tier4_inferium_seeds>, <mysticalagriculture:ingot_storage:4>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 40000, 200); //Inferium Tier 4 | |
empAdd(<mysticalagriculture:tier5_inferium_seeds>, <mysticalagriculture:ingot_storage:5>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 50000, 200); //Inferium Tier 5 | |
empAdd(<mysticalagradditions:tier6_inferium_seeds>, <mysticalagradditions:storage:1>, <botania:grassseeds>, <extrautils2:enderlilly>, <actuallyadditions:item_misc:24>, <extrautils2:redorchid>, 60000, 200); //Inferium Tier 6 | |
val AtomicReconstructorRecipe = [ | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment