mirror of
https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git
synced 2026-02-11 21:30:22 +01:00
12 lines
485 B
Lua
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 |