Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Infusion Block
  2. mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("CtMatrixBlock", "BASEINFUSION", 50,
  3. [aerAspect, terraAspect, aquaAspect, ignisAspect, ordoAspect, perditioAspect],
  4. <contenttweaker:infusion_block>,
  5. [[<thaumcraft:stone_arcane_brick>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praecantatio"}]}), <thaumcraft:stone_arcane_brick>],
  6. [<thaumcraft:phial:1>.withTag({Aspects: [{amount: 10, key: "instrumentum"}]}), <thermalfoundation:glass:8>, <thaumcraft:phial:1>.withTag({Aspects: [{amount: 10, key: "instrumentum"}]})],
  7. [<thaumcraft:stone_arcane_brick>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "praecantatio"}]}), <thaumcraft:stone_arcane_brick>]]
  8. );
  9.  
  10. #Runic matrix
  11. mods.thaumcraft.ArcaneWorkbench.removeRecipe(<thaumcraft:infusion_matrix>);
  12. mods.ic2.Compressor.addRecipe(<thaumcraft:infusion_matrix>, <contenttweaker:infusion_block> *4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement