0.18 update
This commit is contained in:
@@ -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>]]);
|
||||
Reference in New Issue
Block a user