Update to work with major RC changes.
This commit is contained in:
parent
539c5d0091
commit
1ccd192790
42 changed files with 160 additions and 160 deletions
|
@ -172,7 +172,7 @@ public class TileMatterFabricator extends TilePowerAcceptor
|
|||
}
|
||||
|
||||
@Override
|
||||
public double getMaxPower() {
|
||||
public double getBaseMaxPower() {
|
||||
return 100000000;
|
||||
}
|
||||
|
||||
|
@ -187,17 +187,17 @@ public class TileMatterFabricator extends TilePowerAcceptor
|
|||
}
|
||||
|
||||
@Override
|
||||
public double getMaxOutput() {
|
||||
public double getBaseMaxOutput() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getMaxInput() {
|
||||
public double getBaseMaxInput() {
|
||||
return 4096;
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumPowerTier getTier() {
|
||||
public EnumPowerTier getBaseTier() {
|
||||
return EnumPowerTier.EXTREME;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue