0.18 update

This commit is contained in:
ZHAY10086
2025-05-09 17:30:52 +08:00
parent 9a8fe7e413
commit 570ef45a4a
587 changed files with 12412 additions and 1890 deletions
+18 -2
View File
@@ -38,10 +38,26 @@ recipes.addShaped(<contenttweaker:bloodmaster_tome>,
[<bloodmagic:slate:0>, <soulshardsrespawn:soul_shard>.withTag({binding: {kills: 1024, bound: "minecraft:blaze"}}), <bloodmagic:slate:0>]]);
mods.recipestages.Recipes.setRecipeStage("divinestage", <contenttweaker:realmstone>);
mods.recipestages.Recipes.addShaped("addrealmstoneaoa", "divinestage", <contenttweaker:realmstone>, [
[<dimdoors:world_thread>, <contenttweaker:divine_flake>, <contenttweaker:aether_rock>],
[<contenttweaker:organic_jade_plate>, <minecraft:book>, <contenttweaker:twilight_essence>],
[<aoa3:storm_rune>, <contenttweaker:rift_essence>, <contenttweaker:collecting_stone>]
]);
recipes.removeShaped(<divinerpg:twilight_clock>);
mods.recipestages.Recipes.setRecipeStage("divinestage", <divinerpg:twilight_clock>);
mods.recipestages.Recipes.addShaped("addtwilightclock", "divinestage", <divinerpg:twilight_clock>, [
[<dimdoors:world_thread>, <contenttweaker:divine_flake>, <contenttweaker:aether_rock>],
[<contenttweaker:organic_jade_plate>, <minecraft:clock>, <contenttweaker:twilight_essence>],
[<aoa3:kinetic_rune>, <contenttweaker:rift_essence>, <contenttweaker:collecting_stone>]
]);
mods.thaumcraft.Infusion.registerRecipe("infusionsolstone", "",
<contenttweaker:infused_sol_stone>, 3,
[<aspect:sol>*200, <aspect:imperium>*100, <aspect:sensus>*50],
@@ -226,4 +242,4 @@ mods.recipestages.Recipes.addShaped("makemarkofsacrifice", "lostcitiesstage", <c
recipes.addShaped(<contenttweaker:true_name_meatball_man>,
[[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:ascended_fluix_crystal>, <contenttweaker:hungering_flesh_ingot>],
[<contenttweaker:ascended_fluix_crystal>, <contenttweaker:eldunari>.reuse(), <contenttweaker:ascended_fluix_crystal>],
[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:ascended_fluix_crystal>, <contenttweaker:hungering_flesh_ingot>]]);
[<contenttweaker:hungering_flesh_ingot>, <contenttweaker:ascended_fluix_crystal>, <contenttweaker:hungering_flesh_ingot>]]);