[MOD 0.10.x] PowerLimiter & DMG v0.0.7
Re: [MOD 0.10.x] PowerLimiter & DMG v0.0.7
Again no addfly, you make me so sad ! Thanks for your work.
Re: [MOD 0.10.x] PowerLimiter & DMG v0.0.7
There's a slight problem with producing DMG mk1 when trying to automatically build them in any factory.
Due to the stack size of Powerlimiters being 32 they can never fill the factory up to the required 50 Powerlimiters to manufacture it.
A simple fix would be changing line 12 of "Powerlimiter\prototypes\item\Powerlimiter.lua" from to at least
Due to the stack size of Powerlimiters being 32 they can never fill the factory up to the required 50 Powerlimiters to manufacture it.
A simple fix would be changing line 12 of "Powerlimiter\prototypes\item\Powerlimiter.lua" from
Code: Select all
stack_size = 32
Code: Select all
stack_size = 50