Back to mods
KubeJS ProjectE Fork project artwork

CurseForge · Minecraft mod

KubeJS ProjectE Fork

Lets you control various aspects of ProjectE with KubeJS

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

Quick answer

Which KubeJS ProjectE Fork release should I use?

Updated 2 years ago
Latest stable file KubeJS ProjectE Fork 1.20.1 1.0
Game version 1.20.1
Loader Forge

KubeJS ProjectE Fork 1.20.1 1.0 targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 4 required mods have matching files.

Where it goes

Is KubeJS ProjectE Fork 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 Forge
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 ProjectE Fork 1.20.1 1.0 need?

KubeJS ProjectE Fork 1.20.1 1.0. Change the file and its required mods may change too.

All 4 required mods have matching files

Install ProjectE, KubeJS, Rhino, Architectury API first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

2 listed on this file 2 pulled in by those mods
ProjectE Needed by KubeJS ProjectE Fork 1.20.1 1.0
required
Matching file found Matched file: ProjectE-1.20.1-PE1.0.1.jar
KubeJS Needed by KubeJS ProjectE Fork 1.20.1 1.0
required
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Architectury API Needed by KubeJS
pulled in
Matching file found Matched file: [Forge 1.20(.1)] v9.2.14

2 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 ProjectE Fork without breaking your instance.

Built for KubeJS ProjectE Fork 1.20.1 1.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use KubeJS ProjectE Fork 1.20.1 1.0. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install ProjectE, KubeJS, Rhino, Architectury API first. We found matching files for this game-version and loader setup. 2 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 KubeJS ProjectE Fork 1.20.1 1.0. It opens that exact file at the source.

About this project

What does KubeJS ProjectE Fork add?

Image Image

Lets you set the EMC values of items and the Philosopher's Stone transformations blocks with the ProjectE mod. Examples are shown below.

In server_scripts:

ProjectEEvents.setEMC(event => {
    // sets the absolute emc value of an item
    event.setEMC("minecraft:cobblestone", 10000) // alias. setEMCAfter

    // sets the emc of an item before anything else happens
    // this can sometimes result in this emc value not being
    // set, but also it allows for emc values to be generated
    // from this one; i.e crafting recipes
    event.setEMCBefore("minecraft:stick", 10000);
})

In startup_scripts:

ProjectEEvents.registerWorldTransmutations(event => {
    event.transform("minecraft:tnt", "minecraft:oak_planks");
})

MasterOfBob777 original mod author

Project description from CurseForge.

Pick your setup

KubeJS ProjectE Fork by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

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

Recent files

KubeJS ProjectE Fork versions and loaders

1 of 1 releases match

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