Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 3 weeks ago
All versions
0.3.2-1.21.1
Release
Create: Solarpunk 0.3.2-1.21.1last month 816
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Achievements
Added a dedicated Create: Solarpunk advancement tab with achievements that guide you through the mod from your first piece of Salt all the way to a running Steam Turbine.
Compatibility
- Diesel engines from Create: Diesel Generators now count as pollution sources when Global Warming is enabled.
Bug Fixes
- Fixed Create: New Age's Generator Coil incorrectly producing pollution.
- Fixed the Biomass Gasifier shaft not spinning when the machine was active.
- Fixed the Steam Turbine efficiency calculation requiring 2 blades per arm for full output. One brass blade per arm (4 per layer) is now enough to reach 100% efficiency.
QoL
- Added a pollution blacklist config option, letting you exclude specific blocks from ever counting as pollution sources.
- The Biomass Gasifier, Biofuel Engine, and Geyser Cap now support rotation direction control. Scroll on the side of the block (away from the shaft faces) to toggle between clockwise and counter-clockwise output, the same way the Andesite Solar Panel works.
- Updated the Steam Turbine Ponder scenes: walls now use Turbine Casing Glass between the corner frame columns, blades are shown facing the correct direction, and the max-size scene zooms out far enough to see the full structure.
Optional dependencies
Any compatible version
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:kAynBp83:xK4pEdqO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAynBp83:xK4pEdqO"
}

