1.21.1
KubeJS Powah Mod (1.21.1, 1.20.1) – Compatibility, Addon
KubeJS Powah Mod allows you to create Energizing Orb recipes from the Powah mod. Features: This methods to do so are listed below: ServerEvents.recipes(event => { // .energizing([inputs, …], output, energy) event.recipes.powah.energizing(["minecraft:cobblestone"], "minecraft:tnt", 1000) }) PowahEvents.registerCoolants(event => { // .addFluid(fluid, coolness) event.addFluid("minecraft:lava", 10); // .addSolid(fluid, coolness) event.addSolid("minecraft:cobblestone", 10); }) PowahEvents.registerHea