Added config to heatgen
This commit is contained in:
parent
0011125a2a
commit
1db1c02077
2 changed files with 11 additions and 1 deletions
src/main/java/techreborn/tiles
|
@ -22,7 +22,7 @@ public class TileHeatGenerator extends TileMachineBase implements IWrenchable, I
|
|||
|
||||
public TileHeatGenerator()
|
||||
{
|
||||
energy = new BasicSource(this, 1000, 1);
|
||||
energy = new BasicSource(this, 1000, ConfigTechReborn.heatGeneratorOutput);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue