crafting efficiency
This commit is contained in:
parent
bd88ab6fb1
commit
57adbec0dd
6 changed files with 37 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
recipes = {"bakelite", "phenol", "phenol-from-oil"} -- formaldehyde excluded intentionally for theme
|
||||
local util = require("data-util");
|
||||
|
||||
for i, recipe in pairs(recipes) do
|
||||
for i, recipe in pairs(util.me.recipes) do
|
||||
if data.raw.recipe[recipe] then
|
||||
for j, module in pairs(data.raw.module) do
|
||||
if module.effect then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue