Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. recipes.remove(<thermalexpansion:dynamo:1>);
  2. recipes.addShaped("magmatic_dynamo", <thermalexpansion:dynamo:1>, [[null, <thermalfoundation:material:514>, null],[<ore:ingotIron>, <ore:gearInvar>, <ore:ingotIron>], [<ore:ingotInvar>, <thermalexpansion:dynamo:0>.marked("copyNBT"), <ore:ingotInvar>]],
  3. function (out, ins, cInfo) {
  4. return out.withTag(ins.copyNBT.tag);
  5. }, null);
  6.  
  7. recipes.remove(<thermalexpansion:dynamo:2>);
  8. recipes.addShaped("compression_dynamo", <thermalexpansion:dynamo:2>, [[null, <thermalfoundation:material:514>, null],[<minecraft:iron_ingot>, <thermalfoundation:material:262>, <minecraft:iron_ingot>], [<thermalfoundation:material:129>, <thermalexpansion:dynamo:1>.marked("copyNBT"), <thermalfoundation:material:129>]],
  9. function (out, ins, cInfo) {
  10. return out.withTag(ins.copyNBT.tag);
  11. }, null);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement