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
|
@ -44,7 +44,7 @@ public class TilePlayerDectector extends TilePowerAcceptor {
|
|||
}
|
||||
|
||||
@Override
|
||||
public double getMaxPower() {
|
||||
public double getBaseMaxPower() {
|
||||
return 10000;
|
||||
}
|
||||
|
||||
|
@ -59,17 +59,17 @@ public class TilePlayerDectector extends TilePowerAcceptor {
|
|||
}
|
||||
|
||||
@Override
|
||||
public double getMaxOutput() {
|
||||
public double getBaseMaxOutput() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getMaxInput() {
|
||||
public double getBaseMaxInput() {
|
||||
return 32;
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumPowerTier getTier() {
|
||||
public EnumPowerTier getBaseTier() {
|
||||
return EnumPowerTier.LOW;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue