Restructure repository

This commit is contained in:
Simon Brodtmann 2025-10-18 22:44:02 +02:00
parent b29764d34d
commit 3c28542487
124 changed files with 76 additions and 128 deletions

View 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