Advertisement
Guest User

RFTools recipes with Thermal Expansion materials

a guest
Nov 16th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1.  
  2. // ----- RFTools stuff -----
  3. recipes.removeShaped(<rftools:crafterBlock1>);
  4. recipes.addShaped(<rftools:crafterBlock1>, [[<ore:gearCopper>, <minecraft:redstone_torch>, <ore:gearCopper>],
  5. [<ore:crafterWood>,<ThermalExpansion:Frame:0>, <ore:crafterWood>],
  6. [<ore:gearCopper>, <minecraft:redstone_torch>, <ore:gearCopper>]]);
  7.  
  8. recipes.removeShaped(<rftools:crafterBlock2>);
  9. recipes.addShaped(<rftools:crafterBlock2>, [[<ore:gearSilver>, <minecraft:redstone_torch>, <ore:gearSilver>],
  10. [<ore:crafterWood>,<ThermalExpansion:Frame:1>, <ore:crafterWood>],
  11. [<ore:gearSilver>, <minecraft:redstone_torch>, <ore:gearSilver>]]);
  12.  
  13. recipes.removeShaped(<rftools:crafterBlock3>);
  14. recipes.addShaped(<rftools:crafterBlock3>, [[<ore:gearInvar>, <minecraft:redstone_torch>, <ore:gearInvar>],
  15. [<ore:crafterWood>,<ThermalExpansion:Frame:2>, <ore:crafterWood>],
  16. [<ore:gearInvar>, <minecraft:redstone_torch>, <ore:gearInvar>]]);
  17.  
  18.  
  19. //EnderIO compat.
  20. <ore:glassHardened>.add(<ThermalExpansion:Glass>);
  21. val hardenedGlass = <ore:glassHardened>;
  22.  
  23.  
  24. val rCoil = <ThermalExpansion:material:1>;
  25. val tCoil = <ThermalExpansion:material:2>;
  26.  
  27.  
  28. recipes.removeShaped(<rftools:storageScannerBlock>);
  29. recipes.addShaped(<rftools:storageScannerBlock>, [[<ore:ingotSignalum>, <minecraft:ender_pearl>,<ore:ingotSignalum>],
  30. [<ore:glass>, <ore:ingotSignalum>, <ore:glass>],
  31. [rCoil, <ThermalExpansion:Frame:0>, rCoil]]);
  32.  
  33.  
  34. recipes.removeShaped(<rftools:destinationAnalyzerBlock>);
  35. recipes.addShaped(<rftools:destinationAnalyzerBlock>, [[null, <minecraft:ender_pearl>,null],
  36. [null, <ore:nuggetEnderium>, null],
  37. [null, <ThermalExpansion:Frame:3>,null]]);
  38.  
  39.  
  40. recipes.removeShaped(<rftools:relayBlock>);
  41. recipes.addShaped(<rftools:relayBlock>, [[null, <minecraft:lever> ,null],
  42. [<minecraft:redstone_torch>, <ThermalExpansion:Frame:0>,<minecraft:redstone_torch>],
  43. [rCoil, <ore:ingotCopper>, tCoil]]);
  44. recipes.addShaped(<rftools:relayBlock>, [[null, <minecraft:lever> ,null],
  45. [<minecraft:redstone_torch>, <ThermalExpansion:Frame:0>,<minecraft:redstone_torch>],
  46. [tCoil, <ore:ingotCopper>, rCoil]]);
  47.  
  48.  
  49. //Change this if your pack doesn't use Tesseracts.
  50. val portalBase = <ThermalExpansion:Frame:8>;
  51. //Change this to enderium nuggets if you think it's expensive as-is.
  52. val padMat = <ore:ingotEnderium>;
  53.  
  54. recipes.removeShaped(<rftools:matterTransmitterBlock>);
  55. recipes.addShaped(<rftools:matterTransmitterBlock>, [[padMat,padMat,padMat],
  56. [<minecraft:quartz>, portalBase,<minecraft:quartz>],
  57. [<ore:ingotLead>, <ore:gearSignalum>, <ore:ingotLead>]]);
  58.  
  59.  
  60. recipes.removeShaped(<rftools:shieldBlock>);
  61. recipes.addShaped(<rftools:shieldBlock>, [[<ore:nuggetLumium>, <minecraft:emerald>, <ore:nuggetLumium>],
  62. [<minecraft:redstone>, <ThermalExpansion:Frame:0>,<minecraft:redstone>],
  63. [<ore:ingotLead>, <ore:ingotLead>, <ore:ingotLead>]]);
  64.  
  65.  
  66. recipes.removeShaped(<rftools:machineBase>);
  67. recipes.addShaped(<rftools:machineBase>*8, [[<ore:nuggetGold>, <ore:nuggetGold>,null],
  68. [<ore:ingotTin>, <ore:ingotTin>,null],
  69. [null,null,null]]);
  70.  
  71.  
  72. recipes.removeShaped(<rftools:pearlInjectorBlock>);
  73. recipes.addShaped(<rftools:pearlInjectorBlock>, [[null, <minecraft:chest>,null],
  74. [<minecraft:redstone>, <ThermalExpansion:Frame:0>,<minecraft:redstone>],
  75. [null,<minecraft:hopper>,null]]);
  76.  
  77.  
  78. recipes.removeShaped(<rftools:endergenicBlock>);
  79. recipes.addShaped(<rftools:endergenicBlock>, [[null, tCoil,null],
  80. [<minecraft:diamond>, <ThermalExpansion:Frame:3>,<minecraft:diamond>],
  81. [<ore:ingotEnderium>,<ore:gearEnderium>,<ore:ingotEnderium>]]);
  82.  
  83.  
  84. recipes.removeShaped(<rftools:matterReceiverBlock>);
  85. recipes.addShaped(<rftools:matterReceiverBlock>, [[padMat,<ore:gearLumium>,padMat],
  86. [<minecraft:quartz>, portalBase,<minecraft:quartz>],
  87. [<ore:ingotLead>, <ore:ingotLead>, <ore:ingotLead>]]);
  88.  
  89.  
  90. recipes.removeShaped(<rftools:dialingDeviceBlock>);
  91. recipes.addShaped(<rftools:dialingDeviceBlock>, [[<minecraft:quartz>, <ore:ingotSignalum>, <minecraft:quartz>],
  92. [<ore:glass>, <ThermalExpansion:Frame:0>,<ore:glass>],
  93. [<minecraft:quartz>, <ore:ingotSignalum>, <minecraft:quartz>]]);
  94.  
  95.  
  96. recipes.removeShaped(<rftools:rfMonitorBlock>);
  97. recipes.addShapeless(<rftools:rfMonitorBlock>, [<ThermalExpansion:Frame:0>, <ThermalExpansion:meter>]);
  98.  
  99.  
  100. //Remove the now-unused machine frame.
  101. recipes.removeShaped(<rftools:machineFrame>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement