mirror of
https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git
synced 2026-02-25 20:00:23 +01:00
0.18 port
- Ported to 0.18 - Shortened code - Renamed mod - Matched versioning to Factorio versions
This commit is contained in:
12
data.lua
Normal file
12
data.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
if data.raw.item["speed-module-requestor"] then
|
||||
data.raw.recipe["speed-module-requestor"].ingredients = {}
|
||||
end
|
||||
if data.raw.item["efficiency-module-requestor"] then
|
||||
data.raw.recipe["efficiency-module-requestor"].ingredients = {}
|
||||
end
|
||||
if data.raw.item["productivity-module-requestor"] then
|
||||
data.raw.recipe["productivity-module-requestor"].ingredients = {}
|
||||
end
|
||||
if data.raw.item["custom-module-requestor"] then
|
||||
data.raw.recipe["custom-module-requestor"].ingredients = {}
|
||||
end
|
||||
Reference in New Issue
Block a user