fixed spelling
This commit is contained in:
parent
0ea21b9162
commit
92ef765f25
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ public class ReflectMjAPI {
|
|||
return 0;
|
||||
}
|
||||
|
||||
public double miniumConsumption() {
|
||||
public double minimumConsumption() {
|
||||
return f.battery.miniumConsumption();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -262,7 +262,7 @@ public abstract class TileEngine extends TileBuildCraft implements IPowerRecepto
|
|||
} else {
|
||||
BatteryObject battery = ReflectMjAPI.getMjBattery(tile);
|
||||
|
||||
battery.addEnergy(extractEnergy(0, battery.miniumConsumption(),
|
||||
battery.addEnergy(extractEnergy(0, battery.minimumConsumption(),
|
||||
true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue