Skip to content

Instantly share code, notes, and snippets.

@Celant
Created June 13, 2019 10:55
Show Gist options
  • Save Celant/467ff833796af5ab4afeb6fd040c7e01 to your computer and use it in GitHub Desktop.
Save Celant/467ff833796af5ab4afeb6fd040c7e01 to your computer and use it in GitHub Desktop.
recipes.addShapedMirrored(<nuclearcraft:part:0>,
[
[<ore:dustGraphite>, <ore:ingotLead>,],
[<ore:ingotLead>, <ore:dustGraphite>]
]
);
recipes.addShaped("Advanced Plating", <nuclearcraft:part:1>,
[
[<ore:dustRedstone>, <ore:ingotTough>, <ore:dustRedstone>],
[<ore:ingotTough>, <nuclearcraft:part:0>, <ore:ingotTough>],
[<ore:dustRedstone>, <ore:ingotTough>, <ore:dustRedstone>]
]
);
recipes.addShaped("DU Plating", <nuclearcraft:part:2>,
[
[<ore:dustSulfur>, <nuclearcraft:uranium:8>, <ore:dustSulfur>],
[<nuclearcraft:uranium:8>, <nuclearcraft:part:1>, <nuclearcraft:uranium:8>],
[<ore:dustSulfur>, <nuclearcraft:uranium:8>, <ore:dustSulfur>]
]
);
recipes.addShaped("Elite Plating", <nuclearcraft:part:3>,
[
[<ore:dustRhodochrosite>, <ore:ingotBoron>, <ore:dustRhodochrosite>],
[<ore:ingotBoron>, <nuclearcraft:part:2>, <ore:ingotBoron>,],
[<ore:dustRhodochrosite>, <ore:ingotBoron>, <ore:dustRhodochrosite>]
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment