Adjust MFE and MFSU values, closes #777
This commit is contained in:
parent
9767173152
commit
51331b77e7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import techreborn.init.ModBlocks;
|
|||
public class TileMFE extends TileEnergyStorage {
|
||||
|
||||
public TileMFE() {
|
||||
super("MFE", 2, ModBlocks.mfe, EnumPowerTier.MEDIUM, 512, 512, 4000000);
|
||||
super("MFE", 2, ModBlocks.mfe, EnumPowerTier.MEDIUM, 512, 512, 600000);
|
||||
}
|
||||
|
||||
}
|
|
@ -9,6 +9,6 @@ import techreborn.init.ModBlocks;
|
|||
public class TileMFSU extends TileEnergyStorage {
|
||||
|
||||
public TileMFSU() {
|
||||
super("MFSU", 2, ModBlocks.mfsu, EnumPowerTier.HIGH, 2048, 2048, 40000000);
|
||||
super("MFSU", 2, ModBlocks.mfsu, EnumPowerTier.HIGH, 2048, 2048, 1000000);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue