From b5525604aff6485cc7110b7ad559d622cc71d432 Mon Sep 17 00:00:00 2001 From: James Gillham Date: Sat, 7 Aug 2021 14:32:17 +0100 Subject: [PATCH] Include 'assembling-machine' and 'furnace' for loader qol. --- features/redmew_qol.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/redmew_qol.lua b/features/redmew_qol.lua index 34f7f86f..20a6117d 100644 --- a/features/redmew_qol.lua +++ b/features/redmew_qol.lua @@ -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