Consumers only draw power when all other required inputs are valid
This commit is contained in:
@@ -99,7 +99,8 @@ public class PowerTestFixture{
|
||||
}
|
||||
|
||||
// Assign incredibly high health so the block does not get destroyed on e.g. burning Blast Compound
|
||||
block.health *= 100.0f;
|
||||
block.health = 100000;
|
||||
tile.entity.health = 100000.0f;
|
||||
|
||||
return tile;
|
||||
}catch(Exception ex){
|
||||
|
||||
Reference in New Issue
Block a user