We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 drill is shown to consume 90kW, which is correct: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:30 However, 2/3 drill show 61 kW instead of 60 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:20 1/3 drill show 32 kW instead of 30 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:10 ~0 drill show ~3 kW instead of ~0 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:1/100000
For more than one drill the power calculation is correct except for the fractional part: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:320
To show that this is incorrect, here's a setup that uses exactly 1.5 drills: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-plate:f:1&modules=iron-plate:se
The calculator says the drills consume 136.5 kW.
Here's the same setup in-game:
The drills actually consume 90 * 1.5 = 135 kW.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 drill is shown to consume 90kW, which is correct: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:30
However, 2/3 drill show 61 kW instead of 60 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:20
1/3 drill show 32 kW instead of 30 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:10
~0 drill show ~3 kW instead of ~0 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:1/100000
For more than one drill the power calculation is correct except for the fractional part: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:320
To show that this is incorrect, here's a setup that uses exactly 1.5 drills: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-plate:f:1&modules=iron-plate:se
The calculator says the drills consume 136.5 kW.
Here's the same setup in-game:
The drills actually consume 90 * 1.5 = 135 kW.
The text was updated successfully, but these errors were encountered: