KubeJS Powah Reborn
Modby y_xiao233
Lets you modify the recipes of the powah mod
Type
Mod
CurseForge Downloads
7,759
CurseForge ID
1292374
Last Updated
Jun 6, 2026
Description
This mod allows you use KubeJS to add/remove fluid/solid coolants, heat sources, and magmatic fluid for Powah
ServerEvents.recipes(event => { //.energizing([inputs, …], output, energy) event.recipes.powah.energizing(["minecraft:cobblestone"], "minecraft:tnt", 1000) }) PowahEvents.coolants(event => { //.addFluid(fluid, coolness) event.addFluid("minecraft:lava", 10) //.removeFluid(fluid) event.removeFluid("minecraft:water") // .addSolid(itemstack, coolness) event.addSolid("minecraft:cobblestone", 10) //.removeSolid(itemstack) event.removeSolid("minecraft:cobblestone") }) PowahEvents.heatSource(event => { //.add(block, hotness) event.add("minecraft:cobblestone", 10) //.remove(block) event.remove("minecraft:magma_block") }) PowahEvents.magmaticFluid(event => { //.add(fluid, hotness) event.add("minecraft:water", 10) //.remove(fluid) event.remove("minecraft:lava") })Similar Mods
Armor Weight
🔩Use your armor offensively
Aether Ruined Portals
Adds a new ruined structure to the Overworld, The Ruined Aether Portals can be found in all Overworld with custom Loot T...
The Shadow of Herobrine
A classic stalker based on old creepypastas
Valentine's Blessing
Mod adding colorful lilypads and decorative models with Valentine's day aspect.
Silk Touch Budding Amethyst [PurpurPack]
Budding amethyst blocks now drop when mined with silk touch
Combat Roll Extension
Extends the mod 'Combat Roll' with additional functionality.