Skip to content

Commit e7af57f

Browse files
committed
Simplifying recipe with single result
No need to set icon or main_product for a recipe with a single result. Not setting these makes the recipe to override
1 parent aff1c97 commit e7af57f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

angelsrefining/prototypes/recipes/refining-dynamic/slag-stone.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,6 @@ data:extend({
314314
results = {
315315
{ type = "item", name = "stone-crushed", amount = 2 },
316316
},
317-
main_product = "stone-crushed",
318-
icon = "__angelsrefining__/graphics/icons/stone-crushed.png",
319-
icon_size = 32,
320317
order = "c[slag-processing-stone]",
321318
},
322319
{

0 commit comments

Comments
 (0)