CurseForge · Minecraft mod
KubeJS Powah
Lets you modify the recipes of the Powah mod
Quick answer
Which KubeJS Powah release should I use?
KubeJS Powah kubejspowah-1.3.4.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 6 required mods have matching files.
Where it goes
Is KubeJS Powah required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does KubeJS Powah kubejspowah-1.3.4.jar need?
kubejspowah-1.3.4.jar. Change the file and its required mods may change too.
Install Powah! (Rearchitected), KubeJS, Cloth Config API (Fabric/Forge/NeoForge), GuideME and 2 more first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.
4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add KubeJS Powah without breaking your instance.
Built for KubeJS Powah kubejspowah-1.3.4.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use kubejspowah-1.3.4.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Powah! (Rearchitected), KubeJS, Cloth Config API (Fabric/Forge/NeoForge), GuideME and 2 more first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside kubejspowah-1.3.4.jar. It opens that exact file at the source.
About this project
What does KubeJS Powah add?
Allows you to create Energizing Orb recipe and modify various things from the Powah mod. The 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, temperature)
event.addFluid("minecraft:lava", -10);
// item count here is not count consumed, but rather mb of coolant produced by 1 item
// .addSolid(solid, temperature)
event.addSolid(Item.of("minecraft:cobblestone", 1), -10);
// .removeFluid(fluid)
// .removeSolid(solid)
})
PowahEvents.registerHeatSource(event => {
// .addBlock(block, temperature)
event.addBlock("minecraft:cobblestone", 10);
// .addFluid(fluid, temperature)
event.addFluid("minecraft:water", 10);
// .removeFluid(fluid)
event.removeFluid("minecraft:lava")
})
PowahEvents.registerMagmaticFluid(event => {
// .add(fluid, temperature)
event.add("minecraft:water", 10);
// .remove(fluid)
})
PowahEvents.registerReactorFuel(event => {
// item count here is not count consumed, but rather mb of fuel produced by 1 item
// .add(fuel, temperature)
event.add(Item.of("minecraft:cobblestone", 100), 700);
// .remove(fuel)
})
Project description from CurseForge.
Pick your setup
KubeJS Powah by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader build1.19.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
KubeJS Powah versions and loaders
kubejspowah-1.3.4.jar
3 Nov 2025
kubejspowah-1.3.2.jar
3 Oct 2025
kubejspowah-1.3.1.jar
27 Apr 2025
kubejspowah-1.2.1.jar
2 Dec 2023
KubeJS Powah 1.2
kubejspowah-1.2.jar
18 Jul 2023
kubejspowah-1.1.jar
22 May 2023
kubejspowah-1.0.jar
16 Mar 2023
Looking for an older file? The official CurseForge project page is in Resources.