This commit is contained in:
sainagh
2025-01-15 16:18:41 -08:00
parent f7532d1672
commit caeb0bd183
6066 changed files with 73099 additions and 844957 deletions
+18
View File
@@ -7,3 +7,21 @@ recipes.addShaped(<contenttweaker:greater_mana_core>,
[[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>],
[<contenttweaker:lesser_mana_core>, <botania:pool:1>, <contenttweaker:lesser_mana_core>],
[<extrabotany:manabarrel>, <contenttweaker:lesser_mana_core>, <extrabotany:manabarrel>]]);
recipes.addShaped(<contenttweaker:lesser_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<botania:manaresource:14>, <contenttweaker:lesser_mana_core>, <botania:manaresource:14>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <projectex:matter:4>, <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.addShaped(<contenttweaker:greater_mana_core>*2,
[[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})],
[<contenttweaker:lesser_mana_core>, <contenttweaker:greater_mana_core>, <contenttweaker:lesser_mana_core>],
[<tconstruct:large_plate>.withTag({Material: "manasteel"}), <openblocks:tank>.withTag({tank: {FluidName: "mana", Amount: 16000}}), <tconstruct:large_plate>.withTag({Material: "manasteel"})]]);
recipes.remove(<extrabotany:rewardbag943>);
recipes.addShapeless(<extrabotany:rewardbag943>*3,
[<botania:dice>, <contenttweaker:greater_mana_core>]);