
Solar Industrialization
Solar Industrialization is a streamlined addon for Modern Industrialization that introduces tiered solar panels (LV to UV). It provides clean, passive energy generation fully integrated into the base mod's progression and recipe system.
1.0.0
Compatibility
Required content
Changes
Solar Industrialization is an addon for Modern Industrialization that adds a complete solar energy system with 5 tiers of solar panels.
⚡ Solar Panels Five tiers of solar panels — LV, MV, HV, EV and SV — each generating progressively more EU/t from sunlight. Panels integrate directly into MI's cable network and energy storage system.
Output scales with time of day — peaks at noon, zero at night Rain reduces output by 50% Dry biomes (desert, badlands, savanna) cause panels to pollute faster
🧹 Panel Pollution Panels accumulate pollution over time, reducing their efficiency. Keep them clean to maintain peak output.
Soft Brush / Bronze Soft Brush — manually clean wet panels Electric Soft Brush — rechargeable brush (3200 EU buffer, 10 EU/use), charges from any MI energy storage
🔧 Upgrades & Filters
Energy Upgrades (Basic / Advanced / Turbo) — increase EU/t output, stackable up to 4x Solar Filters (Basic / Advanced / Turbo) — reduce pollution rate by 20% / 50% / 70%
📦 Crafting All components are crafted in MI machines — assembler, blast furnace, vacuum freezer and centrifuge — fitting naturally into MI's progression.
🔗 Requirements
Minecraft 1.21.1 NeoForge 21.1+ Modern Industrialization 2.4+
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:hzZIOLyh:zym5jPo6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hzZIOLyh:zym5jPo6"
}

