Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class GeothermalGenerator extends BaseGenerator implements IHopperInterac
/* Static Constants Private */
private static final byte C_LEVEL = 0;
private static final int C_OUTPUT_AMOUNT = 100;
private static final double LAVA_TO_ENERGY_RATIO = 25;
private static final double LAVA_TO_ENERGY_RATIO = 50;

static {
inputFaces.put(BlockFace.NORTH, FUEL_SLOT);
Expand Down