Skip to content

Commit c013205

Browse files
authored
Merge pull request #1225 from grilledham/loaders
Include 'assembling-machine' and 'furnace' for loader qol.
2 parents 83b1c51 + b552560 commit c013205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/redmew_qol.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ if config.loaders then
560560

561561
local loaders = {['loader'] = true, ['fast-loader'] = true, ['express-loader'] = true}
562562

563-
local container_types = {'container', 'logistic-container'}
563+
local container_types = {'container', 'logistic-container', 'assembling-machine', 'furnace'}
564564

565565
local function is_valid_unconnected_loader(entity)
566566
if not entity or not entity.valid then

0 commit comments

Comments
 (0)