Advertisement
Guest User

Untitled

a guest
Apr 1st, 2017
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.37 KB | None | 0 0
  1. #Name: Beyond.zs
  2. #Author: Feed the Beast
  3.  
  4. print("Initializing 'Beyond.zs'...");
  5.  
  6. #Remove ChunkLoaders (use FTBU to manage chunkloading)
  7. recipes.remove(<extrautils2:chunkloader>);
  8. recipes.remove(<ic2:te:82>);
  9. recipes.remove(<opencomputers:upgrade:4>);
  10.  
  11. #Remove Solar Conduits
  12. recipes.remove(<solarfluxreborn:wire_1>);
  13. recipes.remove(<solarfluxreborn:wire_2>);
  14. recipes.remove(<solarfluxreborn:wire_3>);
  15.  
  16. #AE2 Press Crafting Recipes
  17. recipes.addShaped(<appliedenergistics2:material:19>, [[<ore:ingotAluminum>, <ore:itemSilicon>, <ore:ingotAluminum>], [<ore:itemSilicon>, <ore:blockIron>, <ore:itemSilicon>], [<ore:ingotAluminum>, <ore:itemSilicon>, <ore:ingotAluminum>]]);
  18. <appliedenergistics2:material:19>.addTooltip(format.yellow("Meteorites Disabled! Presses are craftable!"));
  19.  
  20. recipes.addShaped(<appliedenergistics2:material:13>, [[<ore:ingotAluminum>, <minecraft:quartz>, <ore:ingotAluminum>], [<minecraft:quartz>, <ore:blockIron>, <minecraft:quartz>], [<ore:ingotAluminum>, <minecraft:quartz>, <ore:ingotAluminum>]]);
  21. <appliedenergistics2:material:13>.addTooltip(format.yellow("Meteorites Disabled! Presses are craftable!"));
  22.  
  23. recipes.addShaped(<appliedenergistics2:material:15>, [[<ore:ingotAluminum>, <minecraft:gold_ingot>, <ore:ingotAluminum>], [<minecraft:gold_ingot>, <ore:blockIron>, <minecraft:gold_ingot>], [<ore:ingotAluminum>, <minecraft:gold_ingot>, <ore:ingotAluminum>]]);
  24. <appliedenergistics2:material:15>.addTooltip(format.yellow("Meteorites Disabled! Presses are craftable!"));
  25.  
  26. recipes.addShaped(<appliedenergistics2:material:14>, [[<ore:ingotAluminum>, <ore:gemDiamond>, <ore:ingotAluminum>], [<ore:gemDiamond>, <ore:blockIron>, <ore:gemDiamond>], [<ore:ingotAluminum>, <ore:gemDiamond>, <ore:ingotAluminum>]]);
  27. <appliedenergistics2:material:14>.addTooltip(format.yellow("Meteorites Disabled! Presses are craftable!"));
  28.  
  29. #Remove AE2 Compass and add a tool tip
  30. recipes.remove(<appliedenergistics2:sky_compass>);
  31. <appliedenergistics2:sky_compass>.addTooltip(format.yellow("Meteorites Disabled! Presses are craftable!"));
  32.  
  33. #AE2 Skystone recipe
  34. recipes.addShaped(<appliedenergistics2:sky_stone_block> * 8, [[<ore:obsidian>, <ore:blockCoal>, <ore:obsidian>], [<ore:blockCoal>, <ore:stone>, <ore:blockCoal>], [<ore:obsidian>, <ore:blockCoal>, <ore:obsidian>]]);
  35.  
  36. #Remove ExU2 Sickles to prevent overlap with Thermal Foundation Sickles
  37. recipes.remove(<extrautils2:sickle_wood>);
  38. recipes.remove(<extrautils2:sickle_stone>);
  39. recipes.remove(<extrautils2:sickle_iron>);
  40. recipes.remove(<extrautils2:sickle_gold>);
  41. recipes.remove(<extrautils2:sickle_diamond>);
  42.  
  43. #Changed Bark recipe to prevent overlap with Wood piles
  44. recipes.remove(<quark:bark:5>);
  45. recipes.addShaped(<quark:bark:5> * 2, [[<minecraft:log2:1>, <minecraft:log2:1>, <minecraft:log2:1>], [<minecraft:log2:1>, <minecraft:log2:1>, <minecraft:log2:1>], [<minecraft:log2:1>, <minecraft:log2:1>, <minecraft:log2:1>]]);
  46.  
  47. recipes.remove(<quark:bark:4>);
  48. recipes.addShaped(<quark:bark:4> * 2, [[<minecraft:log2>, <minecraft:log2>, <minecraft:log2>], [<minecraft:log2>, <minecraft:log2>, <minecraft:log2>], [<minecraft:log2>, <minecraft:log2>, <minecraft:log2>]]);
  49.  
  50. recipes.remove(<quark:bark:3>);
  51. recipes.addShaped(<quark:bark:3> * 2, [[<minecraft:log:3>, <minecraft:log:3>, <minecraft:log:3>], [<minecraft:log:3>, <minecraft:log:3>, <minecraft:log:3>], [<minecraft:log:3>, <minecraft:log:3>, <minecraft:log:3>]]);
  52.  
  53. recipes.remove(<quark:bark:2>);
  54. recipes.addShaped(<quark:bark:2> * 2, [[<minecraft:log:2>, <minecraft:log:2>, <minecraft:log:2>], [<minecraft:log:2>, <minecraft:log:2>, <minecraft:log:2>], [<minecraft:log:2>, <minecraft:log:2>, <minecraft:log:2>]]);
  55.  
  56. recipes.remove(<quark:bark:1>);
  57. recipes.addShaped(<quark:bark:1> * 2, [[<minecraft:log:1>, <minecraft:log:1>, <minecraft:log:1>], [<minecraft:log:1>, <minecraft:log:1>, <minecraft:log:1>], [<minecraft:log:1>, <minecraft:log:1>, <minecraft:log:1>]]);
  58.  
  59. recipes.remove(<quark:bark>);
  60. recipes.addShaped(<quark:bark> * 2, [[<minecraft:log>, <minecraft:log>, <minecraft:log>], [<minecraft:log>, <minecraft:log>, <minecraft:log>], [<minecraft:log>, <minecraft:log>, <minecraft:log>]]);
  61.  
  62. #Changed name of IE Bauxite Ore to Aluminum Ore
  63. <immersiveengineering:ore:1>.displayName = "Aluminum Ore";
  64.  
  65. #Remove crafting recipe from TR small pile of Redstone/Glowstone to allow default to be SCM Tiny pile of redstone/glowstone
  66. recipes.remove(<techreborn:smallDust:61>);
  67. recipes.remove(<techreborn:smallDust:62>);
  68.  
  69. #Adds Agricraft metal nuggets to the proper oreDict
  70. val nuggetIron = <ore:nuggetIron>;
  71. val nuggetCopper = <ore:nuggetCopper>;
  72. val nuggetTin = <ore:nuggetTin>;
  73. val nuggetLead = <ore:nuggetLead>;
  74. val nuggetSilver = <ore:nuggetSilver>;
  75. val nuggetNickel = <ore:nuggetNickel>;
  76. val nuggetPlatinum = <ore:nuggetPlatinum>;
  77. val nuggetEmerald = <ore:nuggetEmerald>;
  78. val nuggetDiamond = <ore:nuggetDiamond>;
  79. val nuggetOsmium = <ore:nuggetOsmium>;
  80. val nuggetAluminum = <ore:nuggetAluminum>;
  81. nuggetIron.add(<agricraft:agri_nugget:3>);
  82. nuggetCopper.add(<agricraft:agri_nugget:4>);
  83. nuggetTin.add(<agricraft:agri_nugget:5>);
  84. nuggetLead.add(<agricraft:agri_nugget:6>);
  85. nuggetSilver.add(<agricraft:agri_nugget:7>);
  86. nuggetNickel.add(<agricraft:agri_nugget:9>);
  87. nuggetPlatinum.add(<agricraft:agri_nugget:10>);
  88. nuggetEmerald.add(<agricraft:agri_nugget>);
  89. nuggetDiamond.add(<agricraft:agri_nugget:1>);
  90. nuggetOsmium.add(<agricraft:agri_nugget:11>);
  91. nuggetAluminum.add(<agricraft:agri_nugget:8>);
  92.  
  93. #remove oreDict entry from woot shards
  94. nuggetDiamond.remove(<woot:shard>);
  95. nuggetEmerald.remove(<woot:shard:1>);
  96.  
  97. #EnderPearl dust oreDict
  98. val nuggetEnderpearl = <ore:nuggetEnderpearl>;
  99. val dustEnderPearl = <ore:dustEnderPearl>;
  100. val dustEnder = <ore:dustEnder>;
  101. nuggetEnderpearl.add(<appliedenergistics2:material:46>);
  102. dustEnder.add(<enderio:itemPowderIngot:5>);
  103. dustEnderPearl.add(<enderio:itemPowderIngot:5>);
  104.  
  105. #Remove Flux Storage Blocks
  106. recipes.remove(<fluxnetworks:GargantuanFluxStorage>);
  107. recipes.remove(<fluxnetworks:HerculeanFluxStorage>);
  108. recipes.remove(<fluxnetworks:FluxStorage>);
  109.  
  110. #Force Agricraft gem nugget crafting back to gems
  111. recipes.addShaped(<minecraft:diamond>, [[<agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>], [<agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>], [<agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>, <agricraft:agri_nugget:1>]]);
  112.  
  113. recipes.addShaped(<minecraft:emerald>, [[<agricraft:agri_nugget>, <agricraft:agri_nugget>, <agricraft:agri_nugget>], [<agricraft:agri_nugget>, <agricraft:agri_nugget>, <agricraft:agri_nugget>], [<agricraft:agri_nugget>, <agricraft:agri_nugget>, <agricraft:agri_nugget>]]);
  114.  
  115. #OpenComputer DiamondChips
  116. recipes.remove(<opencomputers:material:30>);
  117. recipes.addShapeless(<opencomputers:material:30>, [<ore:nuggetDiamond>]);
  118. recipes.addShaped(<minecraft:diamond>, [[<opencomputers:material:30>, <opencomputers:material:30>, <opencomputers:material:30>],[<opencomputers:material:30>, <opencomputers:material:30>, <opencomputers:material:30>], [<opencomputers:material:30>, <opencomputers:material:30>, <opencomputers:material:30>]]);
  119.  
  120. #EXU2 Angle Wings
  121. recipes.remove(<extrautils2:angelring>);
  122. recipes.addShaped(<extrautils2:angelring>, [[<ore:blockGlass>, <minecraft:gold_ingot>, <ore:blockGlass>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  123.  
  124. recipes.remove(<extrautils2:angelring:1>);
  125. recipes.addShaped(<extrautils2:angelring:1>, [[<minecraft:feather>, <minecraft:gold_ingot>, <minecraft:feather>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  126.  
  127. recipes.remove(<extrautils2:angelring:2>);
  128. recipes.addShaped(<extrautils2:angelring:2>, [[<ore:dyePurple>, <minecraft:gold_ingot>, <ore:dyePink>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  129.  
  130. recipes.remove(<extrautils2:angelring:3>);
  131. recipes.addShaped(<extrautils2:angelring:3>, [[<minecraft:leather>, <minecraft:gold_ingot>, <minecraft:leather>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  132.  
  133. recipes.remove(<extrautils2:angelring:4>);
  134. recipes.addShaped(<extrautils2:angelring:4>, [[<minecraft:gold_nugget>, <minecraft:gold_ingot>, <minecraft:gold_nugget>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  135.  
  136. recipes.remove(<extrautils2:angelring:5>);
  137. recipes.addShaped(<extrautils2:angelring:5>, [[<minecraft:coal>, <minecraft:gold_ingot>, <minecraft:coal:1>], [<minecraft:nether_star>, <extrautils2:ingredients>, <minecraft:nether_star>], [<extrautils2:goldenlasso>.withTag({Animal: {id: "Bat"}, No_Place: 1 as byte}), <minecraft:gold_ingot>, <extrautils2:goldenlasso:1>.withTag({Animal: {id: "Ghast"}, No_Place: 1 as byte})]]);
  138.  
  139. #remove MGU iron spikes
  140. recipes.remove(<mob_grinding_utils:spikes>);
  141.  
  142. #replace MGU spikes with iron spikes in recipes
  143. recipes.remove(<mob_grinding_utils:saw>);
  144. recipes.addShaped(<mob_grinding_utils:saw>, [[<minecraft:iron_sword>, <ore:craftingIndustrialDiamond>, <minecraft:iron_sword>],[<extrautils2:spike_iron>, <ore:blockRedstone>, <extrautils2:spike_iron>], [<ore:craftingIndustrialDiamond>, <minecraft:iron_block>, <ore:craftingIndustrialDiamond>]]);
  145.  
  146. #change DSU recipes
  147. recipes.remove(<quantumstorage:quantumtank>);
  148. recipes.addShaped(<quantumstorage:quantumtank>, [[<minecraft:ender_eye>, <minecraft:diamond_block>, <minecraft:ender_eye>],[<minecraft:emerald>, <minecraft:bucket>, <minecraft:emerald>], [<ore:obsidian>, <ore:obsidian>, <ore:obsidian>]]);
  149.  
  150. recipes.remove(<quantumstorage:quantumdsu>);
  151. recipes.addShaped(<quantumstorage:quantumdsu>, [[<minecraft:ender_eye>, <minecraft:diamond_block>, <minecraft:ender_eye>],[<minecraft:emerald>, <minecraft:chest>, <minecraft:emerald>], [<ore:obsidian>, <ore:obsidian>, <ore:obsidian>]]);
  152.  
  153. #add tin plate to IE hammer
  154. recipes.addShapeless(<ic2:plate:8>, [<ore:ingotTin>, <immersiveengineering:tool>]);
  155.  
  156. #Long fall boots
  157. recipes.remove(<boots:FallBoots>);
  158. recipes.addShaped(<boots:FallBoots>, [[<minecraft:iron_ingot>, null, <minecraft:iron_ingot>],[<minecraft:obsidian>, null, <minecraft:obsidian>], [<minecraft:diamond>, <minecraft:diamond_boots>, <minecraft:diamond>]]);
  159.  
  160. #remove Enderbags (multistorage) due to content overlap
  161. recipes.remove(<multistorage:ender_bag:2>);
  162.  
  163. #remove Techreborn recipes
  164. recipes.remove(<techreborn:part:30>);
  165. recipes.remove(<techreborn:part:26>);
  166. recipes.remove(<techreborn:upgrades:1>);
  167. recipes.remove(<techreborn:techreborn.machineFrame>);
  168. recipes.remove(<techreborn:techreborn.machineFrame:1>);
  169. recipes.addShaped(<techreborn:techreborn.machineFrame:1>, [[null, <ic2:crafting:15>, null],[<ic2:crafting:3>, <techreborn:techreborn.machineFrame>, <ic2:crafting:3>], [null, <ic2:crafting:15>, null]]);
  170. recipes.addShaped(<techreborn:techreborn.machineFrame:1>, [[null, <ic2:crafting:15>, null],[<ic2:crafting:3>, <ic2:resource:13>, <ic2:crafting:3>], [null, <ic2:crafting:15>, null]]);
  171. recipes.addShaped(<ic2:thick_neutron_reflector>, [[<ore:plateCopper>, <techreborn:part:26>, <ore:plateCopper>],[<techreborn:part:26>, <ore:plateCopper>, <techreborn:part:26>], [<ore:plateCopper>, <techreborn:part:26>, <ore:plateCopper>]]);
  172. recipes.addShaped(<advanced_solar_panels:crafting:12>, [[<advanced_solar_panels:crafting:6>, <techreborn:part:28>, <advanced_solar_panels:crafting:6>],[<advanced_solar_panels:crafting:6>, null, <advanced_solar_panels:crafting:6>], [<advanced_solar_panels:crafting:6>, <techreborn:part:28>, <advanced_solar_panels:crafting:6>]]);
  173.  
  174. #remove simple steel
  175. recipes.remove(<thermalfoundation:material:96>);
  176.  
  177. #remove Blood Arsenal glass shard recipe
  178. recipes.remove(<bloodarsenal:BlockGlassShard>);
  179.  
  180. #Remove Minecarts from TiC Smeltery due to iron dupe bug
  181. mods.tconstruct.Smeltery.removeMelting(<minecraft:minecart>);
  182. #Remove Enligntened Fused Quartz from TiC Casting due to Quartz dupe bug
  183. #mods.tconstruct.Casting.removeBasinRecipe(<enderio:blockFusedQuartz:2>);
  184.  
  185. #AA Black Quartz
  186. recipes.addShapeless(<actuallyadditions:itemMisc:5>, [<minecraft:coal>, <minecraft:quartz>]);
  187.  
  188. #Convert Quark deco adds to vanilla equiv
  189. recipes.addShapeless(<minecraft:trapdoor>, [<quark:dark_oak_trapdoor>]);
  190. recipes.addShapeless(<minecraft:trapdoor>, [<quark:acacia_trapdoor>]);
  191. recipes.addShapeless(<minecraft:trapdoor>, [<quark:jungle_trapdoor>]);
  192. recipes.addShapeless(<minecraft:trapdoor>, [<quark:birch_trapdoor>]);
  193. recipes.addShapeless(<minecraft:trapdoor>, [<quark:spruce_trapdoor>]);
  194. recipes.addShapeless(<minecraft:trapped_chest>, [<quark:custom_chest_trap:4>]);
  195. recipes.addShapeless(<minecraft:trapped_chest>, [<quark:custom_chest_trap:3>]);
  196. recipes.addShapeless(<minecraft:trapped_chest>, [<quark:custom_chest_trap:2>]);
  197. recipes.addShapeless(<minecraft:trapped_chest>, [<quark:custom_chest_trap:1>]);
  198. recipes.addShapeless(<minecraft:trapped_chest>, [<quark:custom_chest_trap>]);
  199. recipes.addShapeless(<minecraft:chest>, [<quark:custom_chest:4>]);
  200. recipes.addShapeless(<minecraft:chest>, [<quark:custom_chest:3>]);
  201. recipes.addShapeless(<minecraft:chest>, [<quark:custom_chest:2>]);
  202. recipes.addShapeless(<minecraft:chest>, [<quark:custom_chest:1>]);
  203. recipes.addShapeless(<minecraft:chest>, [<quark:custom_chest>]);
  204.  
  205. #Add Biotite Recipes
  206. recipes.addShapeless(<quark:biotite> * 4, [<quark:biotite_block>]);
  207. furnace.addRecipe(<quark:biotite_block>, <minecraft:quartz_block>, 0.0);
  208.  
  209. #iChisel
  210. recipes.remove(<chisel:chisel_hitech>);
  211.  
  212. #unify plate recipes
  213. recipes.removeShapeless(<thermalfoundation:material:32>, [<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>, <embers:tinkerHammer>, <ore:ingotIron>]);
  214. recipes.removeShapeless(<thermalfoundation:material:320>, [<ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>, <embers:tinkerHammer>, <ore:ingotCopper>]);
  215. recipes.removeShapeless(<thermalfoundation:material:323>, [<ore:ingotLead>, <ore:ingotLead>, <ore:ingotLead>, <embers:tinkerHammer>, <ore:ingotLead>]);
  216. recipes.removeShapeless(<thermalfoundation:material:33>, [<ore:ingotGold>, <ore:ingotGold>, <ore:ingotGold>, <embers:tinkerHammer>, <ore:ingotGold>]);
  217. recipes.removeShapeless(<thermalfoundation:material:322>, [<ore:ingotSilver>, <ore:ingotSilver>, <ore:ingotSilver>, <embers:tinkerHammer>, <ore:ingotSilver>]);
  218.  
  219. #unify gear recipes
  220. recipes.removeShaped(<thermalfoundation:material:257>, [[null, <ore:ingotTin>, null],[<ore:ingotTin>, <enderio:itemMachinePart:1>, <ore:ingotTin>], [null, <ore:ingotTin>, null]]);
  221. recipes.removeShaped(<thermalfoundation:material:256>, [[null, <ore:ingotCopper>, null],[<ore:ingotCopper>, <enderio:itemMachinePart:1>, <ore:ingotCopper>], [null, <ore:ingotCopper>, null]]);
  222. recipes.removeShaped(<thermalfoundation:material:291>, [[null, <ore:ingotBronze>, null],[<ore:ingotBronze>, <enderio:itemMachinePart:1>, <ore:ingotBronze>], [null, <ore:ingotBronze>, null]]);
  223. recipes.removeShaped(<thermalfoundation:material:24>, [[null, <ore:ingotIron>, null],[<ore:ingotIron>, <railcraft:gear:3>, <ore:ingotIron>], [null, <ore:ingotIron>, null]]);
  224. recipes.addShaped(<thermalfoundation:material:257>, [[null, <ore:ingotTin>, null],[<ore:ingotTin>, <ore:ingotIron>, <ore:ingotTin>], [null, <ore:ingotTin>, null]]);
  225. recipes.addShaped(<thermalfoundation:material:256>, [[null, <ore:ingotCopper>, null],[<ore:ingotCopper>, <ore:ingotIron>, <ore:ingotCopper>], [null, <ore:ingotCopper>, null]]);
  226. recipes.addShaped(<thermalfoundation:material:291>, [[null, <ore:ingotBronze>, null],[<ore:ingotBronze>, <ore:ingotIron>, <ore:ingotBronze>], [null, <ore:ingotBronze>, null]]);
  227. recipes.addShaped(<thermalfoundation:material:24>, [[null, <ore:ingotIron>, null],[<ore:ingotIron>, <ore:ingotIron>, <ore:ingotIron>], [null, <ore:ingotIron>, null]]);
  228.  
  229.  
  230. print("Initialized 'Beyond.zs'");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement