update 0.18.1
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
import mods.modularmachinery.RecipeBuilder;
|
||||
|
||||
|
||||
|
||||
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/redeemedstormlight", <forge:bucketfilled>.withTag({FluidName: "whispering_starlight_of_redemption", Amount: 1000}), 4500, 400, [
|
||||
<contenttweaker:freedomsteel_ingot>, <contenttweaker:naquadah_ingot>, <contenttweaker:freedomsteel_ingot>,
|
||||
<contenttweaker:naquadah_ingot>, <forge:bucketfilled>.withTag({FluidName: "whispering_starlight", Amount: 1000}), <contenttweaker:naquadah_ingot>,
|
||||
<contenttweaker:freedomsteel_ingot>, <contenttweaker:naquadah_ingot>, <contenttweaker:freedomsteel_ingot>,
|
||||
<extendedcrafting:singularity_custom:628>, <extendedcrafting:singularity_custom:628>,
|
||||
<extendedcrafting:singularity_custom:628>, <extendedcrafting:singularity_custom:628>,
|
||||
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
|
||||
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
|
||||
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
|
||||
<contenttweaker:defined_ingot>, <contenttweaker:defined_ingot>,
|
||||
<contenttweaker:cuendillar_plate>, <contenttweaker:cuendillar_plate>,
|
||||
<contenttweaker:cuendillar_plate>, <contenttweaker:cuendillar_plate>,
|
||||
//Outer Items, indices 25+
|
||||
<bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>, <bewitchment:dimensional_sand>
|
||||
],
|
||||
"astralsorcery.constellation.fornax");
|
||||
|
||||
|
||||
|
||||
val whisperinf1 = RecipeBuilder.newBuilder("whisperinf1","whispering_infusion_fountain",20);
|
||||
whisperinf1.addFluidInput(<fluid:whispering_starlight>*4000);
|
||||
whisperinf1.addItemInput(<ore:gemAquamarine>*64);
|
||||
@@ -41,4 +61,11 @@ val whisperinf7 = RecipeBuilder.newBuilder("whisperinf7","whispering_infusion_fo
|
||||
whisperinf7.addFluidInput(<fluid:whispering_starlight>*4000);
|
||||
whisperinf7.addItemInput(<contenttweaker:vibrating_stone>*64);
|
||||
whisperinf7.addItemOutput(<aether_legacy:zanite_ore>*64);
|
||||
whisperinf7.build();
|
||||
whisperinf7.build();
|
||||
|
||||
|
||||
val whisperinf8 = RecipeBuilder.newBuilder("whisperinf8","whispering_infusion_fountain",20);
|
||||
whisperinf8.addFluidInput(<fluid:whispering_starlight>*500);
|
||||
whisperinf8.addItemInput(<minecraft:iron_ore>*64);
|
||||
whisperinf8.addItemOutput(<astralsorcery:blockcustomore:1>*64);
|
||||
whisperinf8.build();
|
||||
Reference in New Issue
Block a user