Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. //This file was created via CT-GUI! Editing it is not advised!
  2. //Don't touch me!
  3. //#Remove
  4. recipes.remove(<xreliquary:mob_ingredient:13>);
  5. //Don't touch me!
  6. //#Add
  7. recipes.addShaped("Greensword", <theeightfabledblades:disenchanting_saber>, [[null, <randomthings:ingredient:9>, <botania:manaresource:4>],[<biomesoplenty:gem:2>, <botania:manaresource:4>, null], [<ore:stickWood>, <randomthings:ingredient:9>, null]]);
  8. recipes.addShaped("Pemerald",<randomthings:ingredient:9>, [[<xreliquary:mob_ingredient:9>, <minecraft:nether_star>, <xreliquary:mob_ingredient:9>],[<minecraft:nether_star>, <minecraft:emerald>, <minecraft:nether_star>], [<xreliquary:mob_ingredient:9>, <minecraft:nether_star>, <xreliquary:mob_ingredient:9>]]);
  9. recipes.addShapeless("Claw", <xreliquary:mob_ingredient:13>, [<xreliquary:void_tear>,<xreliquary:mob_ingredient:7>,<xreliquary:mob_ingredient:1>,<xreliquary:mob_ingredient:4>]);
  10. recipes.addShapeless("Talisman", <thebetweenlands:swamp_talisman>, [<thebetweenlands:swamp_talisman:1>,<thebetweenlands:swamp_talisman:3>,<thebetweenlands:swamp_talisman:2>,<thebetweenlands:swamp_talisman:4>]);
  11. recipes.addShaped("talisman4", <thebetweenlands:swamp_talisman:4>, [[null, <botania:rune:13>, null],[<botania:rune:14>, <botania:manaresource:5>, <botania:rune:14>], [null, <botania:rune:13>, null]]);
  12. recipes.addShaped("talisman3", <thebetweenlands:swamp_talisman:3>, [[null, <botania:rune:9>, null],[<botania:rune:11>, <botania:manaresource:5>, <botania:rune:11>], [null, <botania:rune:9>, null]]);
  13. recipes.addShaped("talisman2", <thebetweenlands:swamp_talisman:2>, [[null, <botania:rune:10>, null],[<botania:rune:15>, <botania:manaresource:5>, <botania:rune:15>], [null, <botania:rune:10>, null]]);
  14. recipes.addShaped("talisman1", <thebetweenlands:swamp_talisman:1>, [[<botania:rune:13>, <botania:rune:10>, <botania:rune:9>],[<botania:rune:14>, <botania:manaresource:5>, <botania:rune:14>], [<botania:rune:9>, <botania:rune:10>, <botania:rune:13>]]);
  15.  
  16. recipes.addShaped("Redsword", <theeightfabledblades:heart_piercer>,
  17. [[null,null,<xreliquary:mob_ingredient:15>],
  18. [<biomesoplenty:gem:1>,<xreliquary:mob_ingredient:15>,null],
  19. [<ore:stickWood>,null,null]]);
  20.  
  21. recipes.addShaped("Yellowsword", <theeightfabledblades:shield_breaker>,
  22. [[null,null,<xreliquary:midas_touchstone>],
  23. [<biomesoplenty:gem:7>,<xreliquary:midas_touchstone>,null],
  24. [<ore:stickWood>,null,null]]);
  25.  
  26. recipes.addShaped("Pinkishsword", <theeightfabledblades:sword_slicer>,
  27. [[null,null,<xreliquary:phoenix_down>],
  28. [<biomesoplenty:gem>,<xreliquary:phoenix_down>,null],
  29. [<ore:stickWood>,null,null]]);
  30.  
  31. recipes.addShaped("Lunarsword", <theeightfabledblades:lunar_edge>,
  32. [[null,null,<xreliquary:kraken_shell>],
  33. [<biomesoplenty:gem:5>,<xreliquary:kraken_shell>,null],
  34. [<ore:stickWood>,null,null]]);
  35.  
  36. recipes.addShaped("Haymaker", <theeightfabledblades:hay_maker>,
  37. [[null,null,<xreliquary:hero_medallion>],
  38. [<biomesoplenty:gem:6>,<xreliquary:hero_medallion>,null],
  39. [<ore:stickWood>,null,null]]);
  40.  
  41. recipes.addShaped("Arrowslash", <theeightfabledblades:arrow_slasher>,
  42. [[null,null,<xreliquary:infernal_claws>],
  43. [<biomesoplenty:crystal_shard>,<xreliquary:infernal_claws>],
  44. [<ore:stickWood>,null,null]]);
  45.  
  46. reciped.addShaped("EndSword", <theeightfabledblades:sword_of_the_great_end>,
  47. [[null,<simplygems:gems:12>,<xreliquary:salamander_eye>],
  48. [<biomesoplenty:terrestrial_artifact>,<xreliquary:salamander_eye>,null],
  49. [<ore:stickWood>,<simplygems:gems:12>,null]]);
  50.  
  51. recipes.addShapeless("cloth", <xreliquary:mob_ingredient:15>,
  52. [<xreliquary:infernal_tear>,<xreliquary:infernal_tear>,<minecraft:wool:15>,<minecraft:wool:14>]);
  53.  
  54. recipes.addShaped("YellowDiamond", <simplygems:gems:12>,
  55. [[<xreliquary:mob_ingredient:8>,<minecraft:nether_star>,<xreliquary:mob_ingredient:8>],
  56. [<minecraft:nether_star>,<minecraft:diamond>,<minecraft:nether_star>],
  57. [<xreliquary:mob_ingredient:8>,<minecraft:nether_star>,<xreliquary:mob_ingredient:8>]]);
  58.  
  59. //File End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement