update to upstream

This commit is contained in:
ZHAY10086
2025-08-02 16:48:58 +08:00
parent bfe44b43bd
commit af17732b51
2814 changed files with 29788 additions and 17408 deletions
+20
View File
@@ -1,6 +1,26 @@
import mods.modularmachinery.RecipeBuilder;
import mods.astralsorcery.Utils;
mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/stromlightaltarupgrade",
<contenttweaker:stormlight_collector>,
5000, 500,
[
<contenttweaker:recursium_ingot>, <contenttweaker:white_hole>, <contenttweaker:recursium_ingot>,
<contenttweaker:white_hole>, <contenttweaker:darkstar_collector>, <contenttweaker:white_hole>,
<contenttweaker:recursium_ingot>, <contenttweaker:white_hole>, <contenttweaker:recursium_ingot>,
<contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:fifth_order_mythic_fractal>,
<contenttweaker:stormlight_sphere>, <contenttweaker:stormlight_sphere>,
<contenttweaker:stormlight_sphere>, <contenttweaker:stormlight_sphere>,
<contenttweaker:stormlight_sphere>, <contenttweaker:stormlight_sphere>,
<contenttweaker:stormlight_sphere>, <contenttweaker:stormlight_sphere>,
<contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>, <contenttweaker:perfected_gallifreyan_plate>,
<contenttweaker:light_of_shadesmar>,
<contenttweaker:light_of_shadesmar>,
<contenttweaker:light_of_shadesmar>,
<contenttweaker:light_of_shadesmar>
],
"astralsorcery.constellation.aevitas");
val allcrystals = Utils.getCrystalORIngredient(false, false); //as crafttweaker.item.IIngredient
val ast1 = RecipeBuilder.newBuilder("ast1","auto_astral_altar",1200);