KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
540 stars 148 forks source link

Multi-output intermediate products not calculating correctly #150

Closed RyenNelsen closed 5 years ago

RyenNelsen commented 5 years ago

I've run into this multiple times using the website: recipes that have intermediate ingredients in the chain that generate multiple products (e.g. copper wire) are not being calculated correctly. An example would be having 1 beacon factory calling for 4.5 copper cable factories. In reality, it would only require 2.25 copper wire factories to maintain the ratio. Example Link

adrianvanderwal commented 5 years ago

That's because it's also calculating the wire required for green and red circuits. Click these items to filter them out.

https://kirkmcdonald.github.io/calc.html#data=0-17-1&min=4&furnace=steel-furnace&belt=fast-transport-belt&mprod=2&items=beacon:r:5&ignore=advanced-circuit,electronic-circuit

fixed example link

RyenNelsen commented 5 years ago

Whoops! I was completely blind to the thought of the rest of the chain. Thank you!