Quantum-Emitter


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

Content
7 days ago
2.0
3.48K
Manufacturing

g Issue with quality of the modules

4 days 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})'

New response