Skip to content

Commit

Permalink
Add missing recipe result "amount ="
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Nov 26, 2024
1 parent c4f8eea commit cdbd7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobplates/prototypes/recipe/entity-recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ if settings.startup["bobmods-plates-convert-recipes"].value == true then
allow_as_intermediate = false,
results = {
{ type = "item", name = "stone-furnace", amount = 1 },
{ type = "item", name = "pipe", 2 },
{ type = "item", name = "pipe", amount = 2 },
},
main_product = "stone-furnace",
},
Expand Down

0 comments on commit cdbd7fc

Please sign in to comment.