1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #1225 from grilledham/loaders

Include 'assembling-machine' and 'furnace' for loader qol.
This commit is contained in:
grilledham 2021-08-07 14:35:51 +01:00 committed by GitHub
commit c01320571d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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