All versions
0.2.0
Release
Electrical Power 0.2.0last month 9
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Electrical Power v0.2.0 — What’s New
In-game guide
- New book: How to Create Energy — progression guide, crafting previews, machine explanations
Energy storage
- Battery Tier 1 / 2 / 3 (single block or even-sized multiblocks) Capacity and I/O scale with size
Energy monitoring
- Energy Meter — measures Input/Output on the cable network (name, reset, Input/Output mode)
- Energy Monitor — wall-screen multiblock with live totals, sort, FE/t ↔ FE/s
- Energy Memory Card — link meters to a monitor
- New FE network engine for accurate meter readings
Materials & chemistry
- Spodumene ore (+ deepslate)
- Lithium dust/ingot
- Graphite dust/ingot
- Silicon carbide
- Fluids: sulfuric acid, electrolyte, distilled water
Visuals
- Animated textures on machines
- Connected textures for the Laser Drill structure
Fixes & polish
- Machine auto-export now pulls only from output slots (input slots are no longer extracted)
- Wider use of material tags for crafting compatibility (FTB Materials / #c:)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:AfA5TPhF:haOh9h0d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AfA5TPhF:haOh9h0d"
}

