Quantum-Emitter


Boost your factory's efficiency with the Quantum Diffuser beacon. More module slots and better distribution.HQ animation and textures.

Content
28 days ago
2.0
3.77K
Manufacturing

g [Fixed]Issue with quality of the modules

a month ago

The quality of the modules inserted to the emitter resets when switching the quantum mode.

Possible bug in the 'local function save_modules(entity)':
AFAIK, the follow string
'table.insert(modules, {name = stack.name, count = stack.count})'
must be
'table.insert(modules, {name = stack.name, count = stack.count, quality = stack.quality})'

a month ago

Good catch! Thanks for the code snippet. I'll include this fix in the update planned for later this week. Thanks!

a month ago

The quality of the modules inserted to the emitter resets when switching the quantum mode.

Possible bug in the 'local function save_modules(entity)':
AFAIK, the follow string
'table.insert(modules, {name = stack.name, count = stack.count})'
must be
'table.insert(modules, {name = stack.name, count = stack.count, quality = stack.quality})'

Update is live! I've added the quality parameter to the save_modules function as you suggested.

This thread has been locked.