Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. // File generated by MineTweakerRecipeMaker
  2. // READ THIS HEADER BEFORE EDITING ANYTHING
  3. // ================================================================================
  4. // This file is read and changed by the mod.
  5. // If you remove/edit any of the markers, IT WILL STOP WORKING!
  6. // If you want to make manual edits, make a backup of this file!
  7. // Markers look like this: "//#MARKER something"
  8. // They indicate where calls should be placed, so that MineTweaker does them in the correct order.
  9. // Removes come first, then stuff is added.
  10. // ================================================================================
  11. //
  12.  
  13. // ================================================================================
  14. //#MARKER REMOVE
  15. recipes.remove(<voidcraft:emptyobsidianflask>);
  16. recipes.remove(<evilcraft:blood_extractor>);
  17. recipes.remove(<embers:blend_caminite>);
  18. recipes.remove(<enderio:block_simple_sag_mill>);
  19. recipes.remove(<enderio:block_simple_alloy_smelter>);
  20. recipes.remove(<enderio:item_material>);
  21. recipes.remove(<abyssalcraft:necronomicon>);
  22.  
  23. // ================================================================================
  24. //#MARKER REMOVE SHAPELESS
  25.  
  26. // ================================================================================
  27. //#MARKER REMOVE SHAPED
  28.  
  29. // ================================================================================
  30. //#MARKER ADD
  31.  
  32. // ================================================================================
  33. //#MARKER ADD SHAPELESS
  34.  
  35. // ================================================================================
  36. //#MARKER ADD SHAPED
  37. recipes.addShaped(<voidcraft:emptyobsidianflask> * 16, [[<thaumcraft:metal_void>, <thaumcraft:jar_normal>, <thaumcraft:metal_void>], [null, <thaumcraft:metal_void>, null]]);
  38. recipes.addShaped(<embers:blend_caminite>, [[<ore:itemClay>, <ore:itemClay>, <ore:itemClay>], [<minecraft:clay_ball>, <minecraft:sand>, <erebus:materials:7>]]);
  39. recipes.addShaped(<enderio:block_simple_sag_mill>, [[<tp:flint_ingot>, <ore:ingotFlint>, <tp:flint_ingot>], [<actuallyadditions:item_crystal_empowered:5>, <ore:itemSimpleMachineChassi>, <actuallyadditions:item_crystal_empowered:5>], [<ore:gearStone>, <ore:oc:pistonUpgrade>, <enderio:item_material:10>]]);
  40. recipes.addShaped(<enderio:block_simple_alloy_smelter>, [[<actuallyadditions:item_crystal:5>, <thebetweenlands:sulfur_furnace_dual>, <actuallyadditions:item_crystal:5>], [<thebetweenlands:sulfur_furnace_dual>, <ore:itemSimpleMachineChassi>, <thebetweenlands:sulfur_furnace_dual>], [<ore:gearStone>, <opencomputers:material:4>, <ore:gearStone>]]);
  41. recipes.addShaped(<enderio:item_material>, [[<enderio:block_dark_iron_bars>, <actuallyadditions:item_crystal:5>, <enderio:block_dark_iron_bars>], [<actuallyadditions:item_crystal:5>, <enderio:block_reinforced_obsidian>, <actuallyadditions:item_crystal:5>], [<enderio:block_dark_iron_bars>, <actuallyadditions:item_crystal:5>, <enderio:block_dark_iron_bars>]]);
  42.  
  43. //#MARKER ADD BLOOD ALTAR RECIPE
  44. mod.bloodmagic.altar.addRecipe(<minecraft:book>,<abyssalcraft:necronomicon>, 2, 5000, 20, 20);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement