Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. {
  2. name: "Blood Magic",
  3. sets: [
  4. {
  5. name: "default",
  6. operations: [
  7. {
  8. __comment: "Removing Weak Blood Orb",
  9. type: "removeBloodAltarRecipe",
  10. output: "bloodmagic:ItemBloodOrb:0",
  11. what: "minecraft:diamond:0",
  12. },
  13. {
  14. __comment: "Removing Apprentice Blood Orb",
  15. type: "removeBloodAltarRecipe",
  16. output: "bloodmagic:ItemBloodOrb:1",
  17. what: "minecraft:redstone_block:0",
  18. },
  19. {
  20. __comment: "Removing Magicians Blood Orb",
  21. type: "removeBloodAltarRecipe",
  22. output: "bloodmagic:ItemBloodOrb:2",
  23. what: "minecraft:gold_block:0",
  24. },
  25. {
  26. __comment: "Adding Weak Blood Orb",
  27. type: "addBloodAltarRecipe",
  28. output: "bloodmagic:ItemBloodOrb:0",
  29. with: "botania:manaResource:2",
  30. minTier: 1,
  31. lpCost: 2000,
  32. consumeRate: 2,
  33. drainRate: 1
  34. },
  35. {
  36. __comment: "Adding Apprentice Blood Orb",
  37. type: "addBloodAltarRecipe",
  38. output: "bloodmagic:ItemBloodOrb:1",
  39. with: "psi:psiDecorative:0",
  40. minTier: 2,
  41. lpCost: 5000,
  42. consumeRate: 5,
  43. drainRate: 5
  44. },
  45. {
  46. __comment: "Adding Magicians Blood Orb",
  47. type: "addBloodAltarRecipe",
  48. output: "bloodmagic:ItemBloodOrb:2",
  49. with: "botania:storage:1",
  50. minTier: 3,
  51. lpCost: 25000,
  52. consumeRate: 20,
  53. drainRate: 20
  54. }
  55. ]
  56. }
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement