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 44d1154984 Fixed wrong type check
Checked for item instead of recipe
2020-02-20 12:24:11 +01:00

12 lines
485 B
Lua

if data.raw.recipe["speed-module-requestor"] then
data.raw.recipe["speed-module-requestor"].ingredients = {}
end
if data.raw.recipe["efficiency-module-requestor"] then
data.raw.recipe["efficiency-module-requestor"].ingredients = {}
end
if data.raw.recipe["productivity-module-requestor"] then
data.raw.recipe["productivity-module-requestor"].ingredients = {}
end
if data.raw.recipe["custom-module-requestor"] then
data.raw.recipe["custom-module-requestor"].ingredients = {}
end