This is why:


Code: Select all
local recipes = data.raw.recipe
for recipe_name, recipe in pairs (recipes) do
recipe.allow_decomposition = false
endI've made this mod, but it doesn't work as expected.
The mod works, but not as I expected.

No, it is typical for any mod that adds loops. It ends up tracing the resources back until some cutoff point and you get a ton of all the resources tangentually related via said loops.
Huh. Used plenty of mods, including at least some of ones shown here and have never seen that problem. Weird.Ranakastrasz wrote: ↑Sun Apr 28, 2019 4:45 pmNo, it is typical for any mod that adds loops. It ends up tracing the resources back until some cutoff point and you get a ton of all the resources tangentually related via said loops.
