Recycler capped at 12 outputs?

Things that already exist in the current mod API
rjdunlap
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Jan 17, 2025 4:59 pm
Contact:

Recycler capped at 12 outputs?

Post by rjdunlap »

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},
}
}
}
Attachments
Screenshot 2025-01-24 204329.png
Screenshot 2025-01-24 204329.png (226.39 KiB) Viewed 202 times
Muche
Filter Inserter
Filter Inserter
Posts: 758
Joined: Fri Jun 02, 2017 6:20 pm
Contact:

Re: Recycler capped at 12 outputs?

Post by Muche »

rjdunlap
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Jan 17, 2025 4:59 pm
Contact:

Re: Recycler capped at 12 outputs?

Post by rjdunlap »

Thanks
Post Reply

Return to “Already exists”