-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-updates.lua
More file actions
23 lines (19 loc) · 1.03 KB
/
Copy pathdata-updates.lua
File metadata and controls
23 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require( "Prototypes.Technology_updates" )
--This was old code for compatibility with Bobmodules.
--Instead of testing to see if it's still needed or providing any updates, I'll just leave it pretty much as-is.
local inserterModuleLimitation =
{
"burner-inserter",
"inserter",
"long-handed-inserter",
"fast-inserter",
"filter-inserter",
"stack-inserter",
"stack-filter-inserter"
}
data.raw.module[ "Q-InserterModule:inserter-module" ].limitation = inserterModuleLimitation
data.raw.module[ "Q-InserterModule:inserter-module" ].limitation_message_key = "Q-InserterModule:inserter-module-limitation"
data.raw.module[ "Q-InserterModule:inserter-module-2" ].limitation = inserterModuleLimitation
data.raw.module[ "Q-InserterModule:inserter-module-2" ].limitation_message_key = "Q-InserterModule:inserter-module-limitation"
data.raw.module[ "Q-InserterModule:inserter-module-3" ].limitation = inserterModuleLimitation
data.raw.module[ "Q-InserterModule:inserter-module-3" ].limitation_message_key = "Q-InserterModule:inserter-module-limitation"