KubeJS Powah Reborn
Modby y_xiao233
Lets you modify the recipes of the powah mod
Type
Mod
CurseForge Downloads
7,261
CurseForge ID
1292374
Last Updated
Apr 13, 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
Dungeons+: More Spawners
Adds 3 more spawner tiers with different ranges and speeds to the game.
No Early loading progress
A simple Mod that disables the Forge "FML Early loading progress"
Music Manager
A small client-side mod that adds toasts for currently playing music tracks
LastStand
Prevents dying with XP
DuplicatorTree
This is the Duplicator Tree from OreSpawn
SimpleAFK
SimpleAFK is a neoforge mod that enables afk management