KubeJS ProjectE
Modby BobVarioa
Lets you control various aspects of ProjectE with KubeJS
Type
Mod
CurseForge Downloads
630,997
CurseForge ID
838150
Last Updated
Aug 29, 2026
Description
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", 0) // 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); }) ItemEvents.rightClicked("minecraft:stick", event => { let player = event.player; // getPlayerEMC will always return a string // because emc values can get very large player.tell("Your emc is " + ProjectE.getPlayerEMC(player)) ProjectE.addPlayerEMC(player, 1000); // the second argument can be a string because of the above // ProjectE.setPlayerEMC also exists player.tell("Your new emc is " + ProjectE.getPlayerEMC(player)) })In startup_scripts:
ProjectEEvents.registerWorldTransmutations(event => { event.transform("minecraft:tnt", "minecraft:oak_planks"); })Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Additional Resources
Add loose resources to the game without needing the user to install a texture pack themselves.
Just Enough Dimensions
Register custom dimensions to the game and/or use per-world gamerules, time, weather etc.
[Cobblemon] BadgeBox
A simple mod that adds a box to put badges
Legendary Tabs
Introducing tabs in your inventory to easily switch between menus
TombManyGraves 2 API
An API for Tomb Many Graves 2
Skinned Lanterns (Forge / NeoForge)
Add skins to Lanterns