1
0
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:
Wyrrrd
2020-02-20 12:13:22 +01:00
parent 2c6038a0ba
commit c623133e7c
5 changed files with 44 additions and 1 deletions

12
data.lua Normal file
View 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