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:
commit
c01320571d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user