forked from cacklingfiend/bzaluminum2
Restructure repository
This commit is contained in:
parent
b29764d34d
commit
3c28542487
124 changed files with 76 additions and 128 deletions
9
bzaluminum2/aluminum-recipe-modules.lua
Normal file
9
bzaluminum2/aluminum-recipe-modules.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- Enable prod modules for some recipes
|
||||
-- Recipes with very specific ratios are deliberately excluded
|
||||
local util = require("data-util")
|
||||
|
||||
for i, recipe in pairs(util.me.recipes) do
|
||||
if data.raw.recipe[recipe] then
|
||||
data.raw.recipe[recipe].allow_productivity = true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue