I'm defining it like this:
Code: Select all
machine.energy_source = {
emissions = 0.01,
type = "electric",
usage_priority = "secondary-input",
resting_consumption_ratio = 0.5,
}
Anyone know?
Code: Select all
machine.energy_source = {
emissions = 0.01,
type = "electric",
usage_priority = "secondary-input",
resting_consumption_ratio = 0.5,
}
What docs are you reffering to? Where do you find resting_consumption_ratio as a property?Deadlock989 wrote:Thanks, that's what I wanted. It's entirely missing from the docs. So what's resting_consumption_ratio?