Files
meatballcraft/scripts/BotaniaPowerful.zs
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

10 lines
770 B
Plaintext

recipes.addShaped(<contenttweaker:lesser_mana_core>,
[[<extrabotany:manabarrel>, <thermalexpansion:tank>.withTag({RSControl: 0 as byte, Creative: 0 as byte, Fluid: {FluidName: "mana", Amount: 500000}, Level: 4 as byte, Lock: 0 as byte}), <extrabotany:manabarrel>],
[<extrabotany:blockshadowium>, <extrabotany:material:3>, <extrabotany:blockshadowium>],
[<extrabotany:manabarrel>, <extendedcrafting:singularity:29>, <extrabotany:manabarrel>]]);
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>]]);