mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 07:10:33 -08:00
Power tweaks
This commit is contained in:
parent
956448a1a5
commit
6723157ca5
9 changed files with 79 additions and 73 deletions
|
|
@ -50,9 +50,9 @@ public class PowerTestFixture{
|
|||
}};
|
||||
}
|
||||
|
||||
protected static Block createFakeDirectConsumer(float powerPerTick, float minimumSatisfaction){
|
||||
protected static Block createFakeDirectConsumer(float powerPerTick){
|
||||
return new PowerBlock("fakedirectconsumer"){{
|
||||
consumes.power(powerPerTick, minimumSatisfaction);
|
||||
consumes.power(powerPerTick);
|
||||
}};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue