jodli / CreativeMod

A creative mode mod for Factorio
https://mods.factorio.com/mod/creative-mod
GNU Lesser General Public License v3.0
14 stars 13 forks source link

Matter source can generate faster than matter void can void. #1

Closed jodli closed 5 years ago

jodli commented 5 years ago

There is a custom implementation if the belt_speed is greater than a value to guarantee a compressed belt at the output of the matter source: https://github.com/jodli/CreativeMod/blob/9ff2442adceabf757e7474ed6734f360c963922a/scripts/item-providers-util.lua#L290 However on the matter void side this implementation is missing: https://github.com/jodli/CreativeMod/blob/9ff2442adceabf757e7474ed6734f360c963922a/scripts/item-providers-util.lua#L302 This is the reason why the belt is compressed but not voided fast enough.

jodli commented 5 years ago

Closed as not fixable easy.