i have a few recipe scrict i use here they are
///make quartz from soulsand in compactor press mode and soulsand from netherrack in pulverizer 1 to 1 to 1
mods.thermalexpansion.Pulverizer.removeRecipe(<minecraft:netherrack>);
mods.thermalexpansion.Pulverizer.addRecipe(<minecraft:soul_sand>, <minecraft:netherrack>, 4000, <minecraft:soul_sand>, 20);
mods.thermalexpansion.Compactor.addPressRecipe(<minecraft:quartz>, <minecraft:soul_sand>, 4000);
///adds bitumin to carbon bee comb when processed in centrifugal separator @10% chance
mods.thermalexpansion.Centrifuge.addRecipe([<thermalfoundation:material:892> % 10, <magicbees:drop:3> % 50, <magicbees:wax:0> % 75], <magicbees:beecomb:16>, (<liquid:coal> * 10), 4000);
///add dimensional shard ore processing to the pulverizer
mods.thermalexpansion.Pulverizer.addRecipe((<rftools:dimensional_shard> * 4), <rftools:dimensional_shard_ore>, 4000, <rftools:dimensional_shard>, 15);
mods.thermalexpansion.Pulverizer.addRecipe((<rftools:dimensional_shard> * 6), <rftools:dimensional_shard_ore:1>, 4000, <rftools:dimensional_shard>, 25);