Skip to content

Instantly share code, notes, and snippets.

@IdleMuse
Last active August 29, 2018 18:11
Show Gist options
  • Save IdleMuse/e1e73d592fbf0205ab777a93bd8b55d6 to your computer and use it in GitHub Desktop.
Save IdleMuse/e1e73d592fbf0205ab777a93bd8b55d6 to your computer and use it in GitHub Desktop.
// Basalt
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:2>);
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:3>);
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:4>);
// Marble
mods.chisel.Carving.addVariation("marble", <projectred-exploration:stone:0>);
mods.chisel.Carving.addVariation("marble", <projectred-exploration:stone:1>);
// Thaumcraft
recipes.addShapeless("BrassFix",<techreborn:ingot:1>,[<thaumcraft:ingot:2>]);
// Galena
mods.thermalexpansion.Centrifuge.addRecipe([<thermalfoundation:material:67> % 75, <thermalfoundation:material:66> % 25], <techreborn:dust:23>, null, 2000);
// Limes
recipes.addShapeless("LimeFix",<harvestcraft:limeitem:0>,[<harvestcraft:pamlime:0>]);
recipes.addShapeless("AvocadoFix",<harvestcraft:avocadoitem:0>,[<harvestcraft:pamavocado:0>]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment