Skip to content

Instantly share code, notes, and snippets.

@StarCheater
Created February 16, 2020 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StarCheater/960d4c76ee68599a46e5a9cf35cacc5f to your computer and use it in GitHub Desktop.
Save StarCheater/960d4c76ee68599a46e5a9cf35cacc5f to your computer and use it in GitHub Desktop.
mods.techreborn.solidCanningMachine.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsulfur", Amount: 1000}}), <ore:dustSulfur>,<techreborn:dynamiccell>, 100, 1);
mods.techreborn.industrialGrinder.removeRecipe(<techreborn:dust:64>);
mods.techreborn.industrialGrinder.addRecipe(<techreborn:dust:64>,<techreborn:smalldust:66>*6,<techreborn:smalldust:38>*2,null,<techreborn:ore:1>,null,<liquid:water>*1000,100,128);
mods.techreborn.industrialGrinder.addRecipe(<techreborn:dust:64>,<techreborn:smalldust:66>*6,<techreborn:dust:38>*2,null,<techreborn:ore:1>,null,<liquid:fluidmercury>*1000,100,128);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment