ProjectE Rebalanced is a balance addon for ProjectE. It adjusts overly powerful transmutation, rings, amulets, stones, and the Dark Matter Pedestal so they fit better into long-term survival progression.
The goal is not to ban ProjectE. The goal is to keep ProjectE useful while making its strongest effects require meaningful EMC costs, startup time, or operating limits.
Items bought from the Transmutation Table become more expensive as the same item is purchased repeatedly.
This makes transmutation better suited for filling small material gaps rather than unlimited mass production.
ProjectE Rebalanced supports custom EMC definitions through the common config file.
You can add or override EMC values in config/projecterebalanced-common.toml:
[custom_emc]
entries = [
"minecraft:apple=128",
"born_in_chaos_v1:fel_soil=8000"
]
This mod adds or corrects EMC values for some vanilla items and some items from other mods.
Main targets include:
External mod support is intentionally selective. The main targets are ordinary materials, repeatable mob drops, food, ores, simple crafting ingredients, and recipe value corrections. Machines, automation blocks, progression keys, unique artifacts, and items whose main value comes from stored state or special behavior are generally left without sellable EMC.
For exact item-level values, use the CSV export command described below. The generated CSV is the best source for detailed EMC values and sellability.
These EMC registrations are built in. Individual item EMC values are not currently configurable.
For pack maintenance, server operators can run /itemclist <modid> to export registered items from a specific mod and their current ProjectE EMC values to a CSV file in the world folder.
Example: /itemclist lycanitesmobs
Items listed with 0 EMC cannot be sold to ProjectE.
This is only a helper for reviewing EMC values. It does not change EMC values.
Energy Collector Mk1, Mk2, and Mk3 are limited to one of each tier per dimension.
Examples:
The mod does not scan the entire world for old collectors. Collectors placed after installing this mod are recorded, and removing a recorded collector allows another one of the same tier to be placed in that dimension.
Right-clicking a Dark Matter Pedestal now opens a custom GUI.
The pedestal must be charged with internal EMC before it can operate.
Default values:
Put Klein Stars or other EMC-holding items into the internal inventory, and the pedestal will automatically absorb EMC from them. There is no special Klein Star slot; it uses the normal internal inventory.
Hoppers can insert and extract items. Other automation mods may also work if they interact through normal Forge item handling, but no dedicated support is guaranteed.
Many powerful ProjectE items now consume additional EMC while carried, active, or used. If the cost cannot be paid, the related effect will not activate.
| Item | Default extra cost | Main changes |
|---|---|---|
| Swiftwolf's Rending Gale | 640,000 EMC / 10 sec | High upkeep while carried. Flight and wind-related effects require EMC. |
| Harvest Goddess Band | 64,000 EMC / 10 sec | Growth, bulk harvesting, replanting, and water source effects require EMC. |
| Ignition Ring | 64,000 EMC / 10 sec | Fire protection, extinguishing, fireballs, fire walls, and auto-ignition require EMC. |
| Zero Ring | 64,000 EMC / 10 sec | Water freezing, lava-to-obsidian conversion, and area freezing require EMC. |
| Evertide Amulet | 64,000 EMC / 10 sec | Underwater breathing and water walking require EMC. |
| Volcanite Amulet | 64,000 EMC / 10 sec | Fire, lava, lightning, and burning protection, plus lava walking, require EMC. |
| Soul Stone | 64,000 EMC / 10 sec | Requires upkeep while active. Healing also has a separate use cost. |
| Life Stone | 64,000 EMC / 10 sec | Requires upkeep while active. Hunger and health recovery also have separate use costs. |
| Watch of Flowing Time | 64,000 EMC / 10 sec | Block acceleration and mob slowing are heavily reduced. |
| Item | Default extra cost | Details |
|---|---|---|
| Body Stone | 64,000 EMC / recovery | Consumed when hunger is actually restored. |
| Soul Stone | 64,000 EMC / recovery | Consumed when health is actually restored. |
| Life Stone | 64,000 EMC / recovery | Consumed when hunger or health is actually restored. If both happen at once, both costs apply. |
| Arcana Ring Zero mode snowball | 64,000 EMC / shot | Snowball firing costs EMC and has a slower cooldown. |
Arcana Ring inherits the restrictions of the rings it combines.
Arcana Ring does not have its own separate cost settings. It uses the settings of the corresponding source rings.
Watch of Flowing Time has been heavily reduced because of its powerful time-control effects.
Archangel's Smite has reduced firing power.
Default values:
The following items are not nerfed in this release:
Recipes are not changed.
After first launch, the server config file projecterebalanced-server.toml is generated.
On a dedicated server, it is usually located in the world's serverconfig folder.
Common default settings:
| Setting | Default |
|---|---|
| Swiftwolf upkeep | 640,000 EMC / 10 sec |
| Most ring and amulet upkeep | 64,000 EMC / 10 sec |
| Body / Soul / Life Stone recovery cost | 64,000 EMC / recovery |
| Watch time-control cost | 64,000,000 EMC / 10 sec |
| Pedestal internal EMC capacity | 25,600,000 EMC |
| Pedestal EMC absorption rate | 640,000 EMC / sec |
| Pedestal operating cost | 64,000 EMC / 10 sec |
| Pedestal startup delay | 15 minutes |
20 Minecraft ticks are roughly 1 second. Keep that in mind when changing tick-based values.