1
0
mirror of https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git synced 2026-02-11 21:30:22 +01:00
Files
ModuleRequester_RecipeOverride/data.lua
Wyrrrd c623133e7c 0.18 port
- Ported to 0.18
- Shortened code
- Renamed mod
- Matched versioning to Factorio versions
2020-02-20 12:13:22 +01:00

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