crafting efficiency

This commit is contained in:
Brevven 2023-01-16 19:22:37 -08:00
parent bd88ab6fb1
commit 57adbec0dd
6 changed files with 37 additions and 3 deletions

View file

@ -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