Skip to content

Commit

Permalink
Simplifying recipe with single result
Browse files Browse the repository at this point in the history
No need to set icon or main_product for a recipe with a single result. Not setting these makes the recipe to override
  • Loading branch information
KiwiHawk committed Sep 7, 2024
1 parent aff1c97 commit e7af57f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,6 @@ data:extend({
results = {
{ type = "item", name = "stone-crushed", amount = 2 },
},
main_product = "stone-crushed",
icon = "__angelsrefining__/graphics/icons/stone-crushed.png",
icon_size = 32,
order = "c[slag-processing-stone]",
},
{
Expand Down

0 comments on commit e7af57f

Please sign in to comment.