mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-12 04:11:16 -08:00
TODO cleanup / Test fixes
This commit is contained in:
parent
66c27fab13
commit
adf5189541
18 changed files with 43 additions and 71 deletions
|
|
@ -38,9 +38,8 @@ public class PowerTestFixture{
|
|||
}
|
||||
|
||||
protected static PowerGenerator createFakeProducerBlock(float producedPower){
|
||||
// Multiply produced power by 2 since production efficiency is defined to be 0.5 = 100%
|
||||
return new PowerGenerator("fakegen"){{
|
||||
powerProduction = producedPower * 2.0f;
|
||||
powerProduction = producedPower;
|
||||
}};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue