Back to mods
KubeJS Powah project artwork

CurseForge · Minecraft mod

KubeJS Powah

Lets you modify the recipes of the Powah mod

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which KubeJS Powah release should I use?

Updated 10 months ago
Latest stable file kubejspowah-1.3.4.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 6 required mods have matching files

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.

2 listed on this file 4 pulled in by those mods
Powah! (Rearchitected) Needed by KubeJS Powah kubejspowah-1.3.4.jar
required
Matching file found Matched file: [NEOFORGE 1.21.1] v6.2.10
KubeJS Needed by KubeJS Powah kubejspowah-1.3.4.jar
required
Matching file found Matched file: KubeJS NeoForge 2101.7.2-build.374
GuideME Needed by Powah! (Rearchitected)
pulled in
Matching file found Matched file: GuideME 21.1.17
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino 2101.2.7-build.85
Better Advanced Tooltips Needed by KubeJS
pulled in
Matching file found Matched file: better-advanced-tooltips-2101.1.0-build.5.jar

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

3 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

KubeJS Powah versions and loaders

7 of 7 releases match

Looking for an older file? The official CurseForge project page is in Resources.