Download KubeJS Powah — Minecraft Mods — ModStock

KubeJS Powah

Active

Downloads

1

Last update

2 years ago

Versions

1.19.2
Client and server
Forge
Neoforge
Libraries

Allows you to create Energizing Orb recipes from the Powah mod.

Example:

ServerEvents.recipes(event => {
    // .energizing([inputs, ...], output, energy)
    event.recipes.powah.energizing(["minecraft:cobblestone"], "minecraft:tnt", 1000)
})