KubeJS Powah
Download: Curseforge
Allows you to create Energizing Orb recipes from the Powah mod.
Example:
ServerEvents.recipes(event => {
    // .energizing([inputs, ...], output, energy)
	event.recipes.powah.energizing(["minecraft:cobblestone"], "minecraft:tnt", 1000)
})