KubeJS ProjectE

KubeJS ProjectE

Mod

Lets you control various aspects of ProjectE with KubeJS

Client and server Library

455 downloads
1 follower
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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

Note: Modrinth does not host a version of ProjectE, so to use this mod you must download it from another source

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");
})

Project members

MasterOfBob777

Owner

Details

Licensed ARR
Published 2 years ago
Updated 2 years ago