Adjusted Adv Transormer buffer
This commit is contained in:
parent
4e7734a714
commit
7394cf9d14
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,6 @@ public class GT_MetaTileEntity_Digital_Transformer extends GT_MetaTileEntity_Tra
|
|||
|
||||
@Override
|
||||
public long maxEUStore() {
|
||||
return 512L + V[mTier + 1] * 64L;
|
||||
return 512L + V[mTier] * 256L;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue