Advertisement
TheDieselPunk

Untitled

May 24th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. #All Compact Machines Blocks
  2. recipes.remove(<compactmachines3:wallbreakable>);
  3. recipes.remove(<compactmachines3:machine>);
  4. recipes.remove(<compactmachines3:machine:1>);
  5. recipes.remove(<compactmachines3:machine:2>);
  6. recipes.remove(<compactmachines3:machine:3>);
  7. recipes.remove(<compactmachines3:machine:4>);
  8. recipes.remove(<compactmachines3:machine:5>);
  9. recipes.remove(<compactmachines3:fieldprojector>);
  10. recipes.remove(<compactmachines3:psd>);
  11. recipes.remove(<compactmachines3:tunneltool>);
  12. recipes.remove(<compactmachines3:redstonetunneltool>);
  13. #Armor and Tools from Draconic Evolution
  14. recipes.remove(<draconicevolution:wyvern_helm>);
  15. recipes.remove(<draconicevolution:wyvern_chest>);
  16. recipes.remove(<draconicevolution:wyvern_legs>);
  17. recipes.remove(<draconicevolution:wyvern_boots>);
  18. recipes.remove(<draconicevolution:draconic_helm>);
  19. recipes.remove(<draconicevolution:draconic_chest>);
  20. recipes.remove(<draconicevolution:draconic_legs>);
  21. recipes.remove(<draconicevolution:draconic_boots>);
  22. recipes.remove(<draconicevolution:draconium_capacitor>);
  23. recipes.remove(<draconicevolution:draconium_capacitor:1>);
  24. recipes.remove(<draconicevolution:wyvern_axe>);
  25. recipes.remove(<draconicevolution:wyvern_bow>);
  26. recipes.remove(<draconicevolution:wyvern_pick>);
  27. recipes.remove(<draconicevolution:wyvern_shovel>);
  28. recipes.remove(<draconicevolution:wyvern_sword>);
  29. recipes.remove(<draconicevolution:draconic_axe>);
  30. recipes.remove(<draconicevolution:draconic_bow>);
  31. recipes.remove(<draconicevolution:draconic_hoe>);
  32. recipes.remove(<draconicevolution:draconic_pick>);
  33. recipes.remove(<draconicevolution:draconic_shovel>);
  34. recipes.remove(<draconicevolution:draconic_staff_of_power>);
  35. recipes.remove(<draconicevolution:draconic_sword>);
  36. recipes.remove(<draconicevolution:reactor_core>);
  37. recipes.remove(<draconicevolution:reactor_part>);
  38. recipes.remove(<draconicevolution:reactor_part:1>);
  39. recipes.remove(<draconicevolution:reactor_part:2>);
  40. recipes.remove(<draconicevolution:reactor_part:3>);
  41. recipes.remove(<draconicevolution:reactor_part:4>);
  42. recipes.remove(<draconicevolution:reactor_component>);
  43. recipes.remove(<draconicevolution:reactor_component:1>);
  44. #Most RFTools Dimensions Blocks
  45. recipes.remove(<rftoolsdim:dimension_enscriber>);
  46. recipes.remove(<rftoolsdim:dimension_builder>);
  47. recipes.remove(<rftoolsdim:dimension_editor>);
  48. recipes.remove(<rftoolsdim:dimlet_workbench>);
  49. recipes.remove(<rftoolsdim:activity_probe>);
  50. recipes.remove(<rftoolsdim:energy_extractor>);
  51. recipes.remove(<rftoolsdim:material_absorber>);
  52. recipes.remove(<rftoolsdim:liquid_absorber>);
  53. recipes.remove(<rftoolsdim:biome_absorber>);
  54. recipes.remove(<rftoolsdim:terrain_absorber>);
  55. recipes.remove(<rftoolsdim:feature_absorber>);
  56. recipes.remove(<rftoolsdim:time_absorber>);
  57. recipes.remove(<botania:enderhand>);
  58. recipes.remove(<meecreeps:creepcube>);
  59. recipes.remove(<meecreeps:portalgun>);
  60. recipes.remove(<meecreeps:emptyportalgun>);
  61. recipes.remove(<meecreeps:cartridge>);
  62. recipes.remove(<chiselsandbits:chisel_stone>);
  63. recipes.remove(<chiselsandbits:chisel_iron>);
  64. recipes.remove(<chiselsandbits:chisel_gold>);
  65. recipes.remove(<chiselsandbits:chisel_diamond>);
  66. recipes.remove(<chiselsandbits:bitsaw_diamond>);
  67. #Applied Energistics Spatio IO Stuff
  68. recipes.remove(<appliedenergistics2:spatial_pylon>);
  69. recipes.remove(<appliedenergistics2:spatial_io_port>);
  70. recipes.remove(<appliedenergistics2:spatial_storage_cell_2_cubed>);
  71. recipes.remove(<appliedenergistics2:spatial_storage_cell_16_cubed>);
  72. recipes.remove(<appliedenergistics2:spatial_storage_cell_128_cubed>);
  73. recipes.remove(<appliedenergistics2:material:34>);
  74. recipes.remove(<appliedenergistics2:material:33>);
  75. recipes.remove(<appliedenergistics2:material:32>);
  76. recipes.remove(<danknull:dank_null:1>);
  77. recipes.remove(<danknull:dank_null:2>);
  78. recipes.remove(<danknull:dank_null:3>);
  79. recipes.remove(<danknull:dank_null:4>);
  80. recipes.remove(<danknull:dank_null:5>);
  81. recipes.remove(<danknull:dank_null_panel:1>);
  82. recipes.remove(<danknull:dank_null_panel:2>);
  83. recipes.remove(<danknull:dank_null_panel:3>);
  84. recipes.remove(<danknull:dank_null_panel:4>);
  85. recipes.remove(<danknull:dank_null_panel:5>);
  86. recipes.remove(<danknull:danknull_dock>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement