Advertisement
Blargerist

BnBMagicalCropsRecipes.cfg

May 1st, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. #Change magical fertilizer
  2. recipes.remove(<8518>);
  3. recipes.addShaped(<8518> * 4, [[oreDict.fertilizerOrganic,<8525:0>,oreDict.fertilizerOrganic],[oreDict.fertilizerOrganic,oreDict.dustCarmot,oreDict.fertilizerOrganic],[oreDict.fertilizerOrganic,<8525:0>,oreDict.fertilizerOrganic]]);
  4.  
  5. #remove recipes for infusion stones
  6. recipes.remove(<8605>);
  7.  
  8. #change recipe for essence dust
  9. recipes.remove(<8525:0>);
  10. recipes.addShapeless(<8525:0> * 7, [<8525:1>]);
  11.  
  12. #change recipes for weak essence
  13. recipes.remove(<8525:1>);
  14. recipes.addShaped(<8525:1>, [[<8525:0>,oreDict.dustCarmot,<8525:0>],[<8525:0>,<8525:0>,<8525:0>],[<8525:0>,oreDict.dustInfuscolium,<8525:0>]]);
  15. recipes.addShapeless(<8525:1> * 7, [<8525:2>]);
  16.  
  17. #change recipes for regular essence
  18. recipes.remove(<8525:2>);
  19. recipes.addShaped(<8525:2>, [[<8525:1>,oreDict.dustCarmot,<8525:1>],[<8525:1>,<8525:1>,<8525:1>],[<8525:1>,oreDict.dustInfuscolium,<8525:1>]]);
  20. recipes.addShapeless(<8525:2> * 7, [<8525:3>]);
  21.  
  22. #change recipes for strong essence
  23. recipes.remove(<8525:3>);
  24. recipes.addShaped(<8525:3>, [[<8525:2>,oreDict.dustCarmot,<8525:2>],[<8525:2>,<8525:2>,<8525:2>],[<8525:2>,oreDict.dustInfuscolium,<8525:2>]]);
  25. recipes.addShapeless(<8525:3> * 7, [<8525:4>]);
  26.  
  27. #change recipes for extreme essence
  28. recipes.remove(<8525:4>);
  29. recipes.addShaped(<8525:4>, [[<8525:3>,oreDict.dustCarmot,<8525:3>],[<8525:3>,<8525:3>,<8525:3>],[<8525:3>,oreDict.dustInfuscolium,<8525:3>]]);
  30.  
  31. #change recipes for blaze seeds
  32. recipes.remove(<8526>);
  33. recipes.addShaped(<8526>, [[<14276:7>,<8525:3>,<14276:7>],[<8525:3>,<8592>,<8525:3>],[<14276:7>,<8525:3>,<14276:7>]]);
  34.  
  35. #change recipes for coal seeds
  36. recipes.remove(<8527>);
  37. recipes.addShaped(<8527>, [[<173>,<8525:1>,<173>],[<8525:1>,<8592>,<8525:1>],[<173>,<8525:1>,<173>]]);
  38.  
  39. #change recipes for diamond seeds
  40. recipes.remove(<8528>);
  41. recipes.addShaped(<8528>, [[oreDict.blockDiamond,<8525:4>,oreDict.blockDiamond],[<8525:4>,<8592>,<8525:4>],[oreDict.blockDiamond,<8525:4>,oreDict.blockDiamond]]);
  42.  
  43. #change recipes for dye seeds
  44. recipes.remove(<8529>);
  45. recipes.addShaped(<8529>, [[oreDict.dyeBlack,<8525:1>,oreDict.dyeRed],[<8525:1>,<8592>,<8525:1>],[oreDict.dyeGreen,<8525:1>,oreDict.dyeBlue]]);
  46.  
  47. #change recipes for emerald seeds
  48. recipes.remove(<8530>);
  49. recipes.addShaped(<8530>, [[oreDict.blockEmerald,<8525:4>,oreDict.blockEmerald],[<8525:4>,<8592>,<8525:4>],[oreDict.blockEmerald,<8525:4>,oreDict.blockEmerald]]);
  50.  
  51. #change recipes for ender seeds
  52. recipes.remove(<8531>);
  53. recipes.addShaped(<8531>, [[oreDict.blockEnder,<8525:3>,oreDict.blockEnder],[<8525:3>,<8592>,<8525:3>],[oreDict.blockEnder,<8525:3>,oreDict.blockEnder]]);
  54.  
  55. #change recipes for experience seeds
  56. recipes.remove(<8532>);
  57. recipes.addShaped(<8532>, [[<370>,<8525:3>,oreDict.blockEnder],[<8525:3>,<8592>,<8525:3>],[<378>,<8525:3>,<14276:7>]]);
  58.  
  59. #change recipes for glowstone seeds
  60. recipes.remove(<8533>);
  61. recipes.addShaped(<8533>, [[oreDict.blockGlowstone,<8525:2>,oreDict.blockGlowstone],[<8525:2>,<8592>,<8525:2>],[oreDict.blockGlowstone,<8525:2>,oreDict.blockGlowstone]]);
  62.  
  63. #change recipes for gold seeds
  64. recipes.remove(<8534>);
  65. recipes.addShaped(<8534>, [[oreDict.blockGold,<8525:3>,oreDict.blockGold],[<8525:3>,<8592>,<8525:3>],[oreDict.blockGold,<8525:3>,oreDict.blockGold]]);
  66.  
  67. #change recipes for iron seeds
  68. recipes.remove(<8535>);
  69. recipes.addShaped(<8535>, [[oreDict.blockIron,<8525:3>,oreDict.blockIron],[<8525:3>,<8592>,<8525:3>],[oreDict.blockIron,<8525:3>,oreDict.blockIron]]);
  70.  
  71. #change recipes for lapis seeds
  72. recipes.remove(<8536>);
  73. recipes.addShaped(<8536>, [[<22>,<8525:3>,<22>],[<8525:3>,<8592>,<8525:3>],[<22>,<8525:3>,<22>]]);
  74.  
  75. #change recipes for nether seeds
  76. recipes.remove(<8537>);
  77. recipes.addShaped(<8537>, [[<155>,<8525:3>,<112>],[<8525:3>,<8592>,<8525:3>],[<12671>,<8525:3>,<88>]]);
  78.  
  79. #change recipe for obsidian seeds
  80. recipes.remove(<8538>);
  81. recipes.addShaped(<8538>, [[oreDict.obsidian,<8525:2>,oreDict.obsidian],[<8525:2>,<8592>,<8525:2>],[oreDict.obsidian,<8525:2>,oreDict.obsidian]]);
  82.  
  83. #change recipes for redstone seeds
  84. recipes.remove(<8539>);
  85. recipes.addShaped(<8539>, [[oreDict.blockRedstone,<8525:3>,oreDict.blockRedstone],[<8525:3>,<8592>,<8525:3>],[oreDict.blockRedstone,<8525:3>,oreDict.blockRedstone]]);
  86.  
  87. #change recipes for cow seeds
  88. recipes.remove(<8541>);
  89. recipes.addShaped(<8541>, [[<299>,<8525:3>,<299>],[<8525:3>,<8592>,<8525:3>],[<299>,<8525:3>,<299>]]);
  90.  
  91. #change recipes for creeper seeds
  92. recipes.remove(<8542>);
  93. recipes.addShaped(<8542>, [[<46>,<8525:3>,<46>],[<8525:3>,<8592>,<8525:3>],[<46>,<8525:3>,<46>]]);
  94.  
  95. #change recipes for ghast seeds
  96. recipes.remove(<8543>);
  97. recipes.addShaped(<8543>, [[<370>,<8525:3>,<370>],[<8525:3>,<8592>,<8525:3>],[<370>,<8525:3>,<370>]]);
  98.  
  99. #change recipes for magma seeds
  100. recipes.remove(<8544>);
  101. recipes.addShaped(<8544>, [[<378>,<8525:3>,<378>],[<8525:3>,<8592>,<8525:3>],[<378>,<8525:3>,<378>]]);
  102.  
  103. #change recipes for slime seeds
  104. recipes.remove(<8546>);
  105. recipes.addShaped(<8546>, [[<3237:1>,<8525:3>,<3237:1>],[<8525:3>,<8592>,<8525:3>],[<3237:1>,<8525:3>,<3237:1>]]);
  106.  
  107. #change recipes for spider seeds
  108. recipes.remove(<8547>);
  109. recipes.addShaped(<8547>, [[<10886:56>,<8525:3>,<376>],[<8525:3>,<8592>,<8525:3>],[<376>,<8525:3>,<10886:56>]]);
  110.  
  111. #change recipes for skeleton seeds
  112. recipes.remove(<8545>);
  113. recipes.addShaped(<8545>, [[<397>,<8525:3>,<12675>],[<8525:3>,<8592>,<8525:3>],[<12675>,<8525:3>,<397>]]);
  114.  
  115. #change recipes for wither skeleton seeds
  116. recipes.remove(<8548>);
  117. recipes.addShaped(<8548>, [[<399>,<8525:4>,<399>],[<8525:4>,<8592>,<8525:4>],[<399>,<8525:4>,<399>]]);
  118.  
  119. #change recipes for ardite seeds
  120. recipes.remove(<8550>);
  121. recipes.addShaped(<8550>, [[oreDict.blockArdite,<8525:3>,oreDict.blockArdite],[<8525:3>,<8592>,<8525:3>],[oreDict.blockArdite,<8525:3>,oreDict.blockArdite]]);
  122.  
  123. #change recipes for cobalt seeds
  124. recipes.remove(<8551>);
  125. recipes.addShaped(<8551>, [[oreDict.blockCobalt,<8525:4>,oreDict.blockCobalt],[<8525:4>,<8592>,<8525:4>],[oreDict.blockCobalt,<8525:4>,oreDict.blockCobalt]]);
  126.  
  127. #change recipes for ferrous seeds
  128. recipes.remove(<8552>);
  129. recipes.addShaped(<8552>, [[oreDict.blockNickel,<8525:3>,oreDict.blockNickel],[<8525:3>,<8592>,<8525:3>],[oreDict.blockNickel,<8525:3>,oreDict.blockNickel]]);
  130.  
  131. #change recipes for platinum seeds
  132. recipes.remove(<8554>);
  133. recipes.addShaped(<8554>, [[oreDict.blockPlatinum,<8525:3>,oreDict.blockPlatinum],[<8525:3>,<8592>,<8525:3>],[oreDict.blockPlatinum,<8525:3>,oreDict.blockPlatinum]]);
  134.  
  135. #change recipes for certus quartz seeds
  136. recipes.remove(<8564>);
  137. recipes.addShaped(<8564>, [[<854:2>,<8525:3>,<854:2>],[<8525:3>,<8592>,<8525:3>,],[<854:2>,<8525:3>,<854:2>]]);
  138.  
  139. #change recipes for copper seeds
  140. recipes.remove(<8565>);
  141. recipes.addShaped(<8565>, [[oreDict.blockCopper,<8525:3>,oreDict.blockCopper],[<8525:3>,<8592>,<8525:3>,],[oreDict.blockCopper,<8525:3>,oreDict.blockCopper]]);
  142.  
  143. #change recipes for lead seeds
  144. recipes.remove(<8566>);
  145. recipes.addShaped(<8566>, [[oreDict.blockLead,<8525:3>,oreDict.blockLead],[<8525:3>,<8592>,<8525:3>,],[oreDict.blockLead,<8525:3>,oreDict.blockLead]]);
  146.  
  147. #change recipes for silver seeds
  148. recipes.remove(<8567>);
  149. recipes.addShaped(<8567>, [[oreDict.blockSilver,<8525:3>,oreDict.blockSilver],[<8525:3>,<8592>,<8525:3>,],[oreDict.blockSilver,<8525:3>,oreDict.blockSilver]]);
  150.  
  151. #change recipes for tin seeds
  152. recipes.remove(<8568>);
  153. recipes.addShaped(<8568>, [[oreDict.blockTin,<8525:3>,oreDict.blockTin],[<8525:3>,<8592>,<8525:3>,],[oreDict.blockTin,<8525:3>,oreDict.blockTin]]);
  154.  
  155. #change recipes for air seeds
  156. recipes.remove(<8570>);
  157. recipes.addShaped(<8570>, [[<288>,<8525:3>,<288>],[<8525:3>,<8592>,<8525:3>,],[<288>,<8525:3>,<288>]]);
  158.  
  159. #change recipes for earth seeds
  160. recipes.remove(<8571>);
  161. recipes.addShaped(<8571>, [[<2506:9>,<8525:1>,<2506:9>],[<8525:1>,<8592>,<8525:1>],[<2506:9>,<8525:1>,<2506:9>]]);
  162.  
  163. #change recipes for fire seeds
  164. recipes.remove(<8572>);
  165. recipes.addShaped(<8572>, [[<327>,<8525:1>,<327>],[<8525:1>,<8592>,<8525:1>,],[<327>,<8525:1>,<327>]]);
  166.  
  167. #change recipes for water seeds
  168. recipes.remove(<8573>);
  169. recipes.addShaped(<8573>, [[<326>,<8525:1>,<326>],[<8525:1>,<8592>,<8525:1>,],[<326>,<8525:1>,<326>]]);
  170.  
  171. #change recipes for aluminum seeds
  172. recipes.remove(<8574>);
  173. recipes.addShaped(<8574>, [[oreDict.blockAluminum,<8525:3>,oreDict.blockAluminum],[<8525:3>,<8592>,<8525:3>,],[oreDict.blockAluminum,<8525:3>,oreDict.blockAluminum]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement