mirror of
https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git
synced 2026-02-11 21:30:22 +01:00
- Ported to 0.18 - Shortened code - Renamed mod - Matched versioning to Factorio versions
12 lines
477 B
Lua
12 lines
477 B
Lua
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 |