0.0.1-1.21.1
Compatibility
Required content
Changes
Biofuel Chain
Added a full biofuel energy chain: Biomass, Biomass Gasifier, Fermentation Vat, and Biofuel Engine. Biomass is a new item crafted from organic matter. The Biomass Gasifier processes raw biomass using rotational force. The Fermentation Vat then converts it into liquid biofuel using water: it's a multiblock structure that can be stacked vertically to increase capacity. Finally, the Biofuel Engine burns that fuel to generate rotational force (SU).
Geyser Cap
Geyser Vents now spawn naturally in desert, badlands, and savanna biomes. Placing a Geyser Cap on top of one harnesses the geothermal energy and converts it into rotational force (SU): a completely passive power source that works day and night, regardless of weather. The cap has an animated model, can be picked up and rotated with the Create wrench, and has a Ponder entry.
Improvements
- The Brass Solar Panel now plays an ambient electrical hum while generating power.
Bug Fixes
- Fixed a bug where SU generators (Solar Panels, Geyser Cap) would double their stored capacity on every world reload.
Optional dependencies
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:mvldEFUb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAynBp83:mvldEFUb"
}



