this mod simply added two block called "Inpetus Input Hatch" and "Impetus output hatch", can accept and output "impetus" energy from thaumic augmentations.
Crafttweaker:
Output:
val mm_machine = RecipeBuilder.newBuilder("machine", "machine_name", 100);
mm_machine.addImpetusOutput(number);
mm_machine.build();
Input:
val mm_machine = RecipeBuilder.newBuilder("machine", "machine_name", 100);
mm_machine.addImpetusInput(number);
mm_machine.build();