While recycling by hand seems to work fine, it seems that if you use a recycler then only the first 12 (how much regular scrap uses) outputs of a scrap recycling recipie is actually used. i.e. calcite, coal, holmium-ore aren't produced:
data:extend{
{
type = "recipe",
name = "tchekor-scrap-recycling",
icons = {
{
icon = "__quality__/graphics/icons/recycling.png"
},
{
icon = "__space-age__/graphics/icons/scrap.png",
scale = 0.4
},
{
icon = "__quality__/graphics/icons/recycling-top.png"
}
},
category = "recycling-or-hand-crafting",
subgroup = "fulgora-processes",
order = "a[trash]-a[trash-recycling]",
enabled = false,
auto_recycle = false,
energy_required = 0.4,
ingredients = {{type = "item", name = "tchekor-scrap", amount = 1}},
results =
{
{type = "item", name = "transport-belt", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "inserter", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "medium-electric-pole", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "splitter", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "stone-furnace", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "pipe", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "underground-belt", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "assembling-machine-1", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "rail", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "tungsten-ore", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
{type = "item", name = "ice", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
{type = "item", name = "sulfur", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
{type = "item", name = "concrete", amount = 1, probability = 0.04, show_details_in_recipe_tooltip = false},
{type = "item", name = "calcite", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
{type = "item", name = "coal", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
{type = "item", name = "holmium-ore", amount = 1, probability = 0.10, show_details_in_recipe_tooltip = false},
}
}
}
Recycler capped at 12 outputs?
Recycler capped at 12 outputs?
- Attachments
-
- Screenshot 2025-01-24 204329.png (226.39 KiB) Viewed 209 times
Re: Recycler capped at 12 outputs?
This is already implemented.
See 122760 Modded scrap-recycling has max item limit and result_inventory_size.
See 122760 Modded scrap-recycling has max item limit and result_inventory_size.