1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Include 'assembling-machine' and 'furnace' for loader qol.

This commit is contained in:
James Gillham 2021-08-07 14:32:17 +01:00
parent 83b1c51a1f
commit b5525604af

View File

@ -560,7 +560,7 @@ if config.loaders then
local loaders = {['loader'] = true, ['fast-loader'] = true, ['express-loader'] = true}
local container_types = {'container', 'logistic-container'}
local container_types = {'container', 'logistic-container', 'assembling-machine', 'furnace'}
local function is_valid_unconnected_loader(entity)
if not entity or not entity.valid then