Overview
ProjectE Infinite is a Minecraft 1.12.2 Forge mod that extends ProjectE with infinite tiers of Matter, Collectors, Relays, and Energy Stars.
Instead of having separate items for each tier, a single item uses damage values to represent all levels (up to 10,000 max configurable). It follows the design philosophy of EE Upgrade (等价交换升级) but uses item metadata instead of individual items.
Features
Infinite Matter
- Tier 1 crafted from vanilla Dark Matter (1:1 shapeless)
- Upgrade recipe: 3× Aeternalis Fuel + 3× Tier-n Matter → 1× Tier-(n+1) Matter (shaped)
- 9 cycling textures per tier
- EMC auto-calculated from recipe cost
Infinite Energy Star
- Tier 1 crafted from vanilla Klein Star Ein (1:1 shapeless)
- Upgrade recipe: 4× Tier-n Star → 1× Tier-(n+1) Star (shapeless, matching Klein Star progression)
- 9 cycling textures per tier
- Tier 1 capacity: 50,000 EMC, ×4 per tier
Infinite Collector
- MK1 crafted from vanilla Energy Collector (1:1 shapeless)
- Upgrade recipe: MK-n + 4× Tier-n Matter (cross shape) → MK-(n+1)
- MK1-5 unique textures, MK6+ reuses MK5 texture
- MK1 rate: 4 EMC/s, ~×3.4 per tier
Infinite Relay
- MK1 crafted from vanilla Anti-Matter Relay (1:1 shapeless)
- Same upgrade pattern as Collector
- MK1 rate: 6 EMC/s, ~×3.4 per tier
Basic EMC Interface
- Recipe: Transmutation Tablet + 4× Tier-1 Matter (cross shape)
- Right-click to bind a player
- EMC from adjacent Collectors/Relays automatically transfers to the bound player's knowledge
- Buffer capacity: 1,000,000 EMC
Commands
| Command | Description |
|---|---|
/projecteinfinite |
Show current configuration |
/projecteinfinite setmax <number> |
Set max tier (requires restart) |
/projecteinfinite info |
Show version and info |
Configuration
.minecraft/config/projecteinfinite.cfg
general {
I:maxTier=99 # Max tier, range 1~10000
}
Requirements
- Minecraft: 1.12.2
- Forge: 14.23.5.2847+
- ProjectE: 1.12.2-PE1.4.1 (required dependency)
Author
MoonCake

