The results are created in data-final-fixes based on autoplaces and some other maths.DRY411S wrote:Hi, there's a recipe in this mod that my Recycling Machines mod does not like. Before I change my mod to ignore it, I thought I'd post here to see whether it's a bug with your mod. The recipe has ingredients, but no results. The category is "advanced-crafting" which means that the item must be made in an assembly machine, but what is the point if it doesn't actually make anything?
Code: Select all
{ allow_decomposition = false, category = "advanced-crafting", enabled = false, energy_required = 10, icon = "__supportive-weapons__/graphics/icons/tissue-leaching.png", ingredients = { { amount = 1, name = "supportive-weapons_dissolved-tissue", type = "item" }, { amount = 5, name = "sulfuric-acid", type = "fluid" } }, main_product = "", name = "supportive-weapons_tissue-leaching", order = "i[supportive-weapons]-a[tissue-leaching]", requester_paste_multiplier = 10, subgroup = "raw-material", type = "recipe" }
Is it possible to ignore the recipe if allow_decomposition is false on your side?
It is an official attribute explained here: viewtopic.php?t=46532&p=267589#p267589