0.1.1-1.21.1
Compatibility
Changes
Solar Power Tower
Added the Solar Power Tower multiblock and Solar Mirror heliostat block.
The tower concentrates reflected sunlight to produce large quantities of Molten Salt from water. Build it in a 1x1, 2x2, or 3x3 footprint (maximum heights 5, 10, and 20 blocks respectively) and surround the sides with Solar Mirrors to increase output. Mirror efficiency follows a triangle curve - filling roughly half the available wall faces is optimal; over-mirroring past twice the optimal count reduces output to zero.
The tower requires a minimum 3x3 footprint to produce anything. Water consumption scales with footprint area (9:1 water-to-salt for a full 3x3 tower), making larger towers a serious infrastructure investment.
The Solar Mirror is a wall-mountable heliostat that can be placed on floors, walls, and ceilings. It must touch the tower's side face directly to count. Use a Create wrench to cycle it through all six facing orientations.
Both blocks are wrenchable: sneak + right-click breaks them and returns them as items.
Fermentation Vat
The Fermentation Vat now requires a minimum 2x2 footprint to operate. In exchange, production now scales with footprint area: a 2x2 vat processes 4 batches per cycle and a 3x3 processes 9, consuming water and biomass proportionally. Height still only adds tank capacity. This makes larger vats meaningfully more productive than stacking many small ones. Goggles now display the current batch scale and warn when the vat is too small to function.
Ponder Scenes
Added in-game Ponder tutorials (press W on a block in the creative menu or use a Ponder Wand) for all machines:
- Solar Power Tower & Solar Mirror - two scenes: multiblock assembly and mirror placement. Both blocks share the same entry.
- Fermentation Vat - two scenes: basic usage (2x2 minimum, water and biomass input, biofuel output) and scaling (how footprint area increases batch size and tank capacity).
- Biomass Gasifier - shows biomass insertion, ignition, and shaft output below.
- Biofuel Engine - shows biofuel piping, ignition, and shaft output below.
Ponder entries are organised into three tag groups in the index: Solar Machines (Solar Heater, Solar Panels, Heat Battery, Kinetic Battery, Geyser Cap), Bio Machines (Gasifier, Engine, Fermentation Vat), and Solar Power Tower.
JEI Integration
Added JEI recipe categories for the Fermentation Vat (Biomass + water -> Biofuel). Click either block in the JEI item list to open its category.
Bug Fixes
- Added missing cross-mod fluid tags:
c:molten_saltandc:moltenfor Molten Salt,c:biofuelfor Biofuel.
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:jsL12M6N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAynBp83:jsL12M6N"
}

