Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Aug 5, 2024
1 parent ffabe59 commit 0536d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bobplates/prototypes/recipe/entity-recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ data:extend({
{ type = "item", name = "electric-engine-unit", amount = 1 },
{ type = "item", name = "advanced-processing-unit", amount = 3 },
},
results = { { type = "item", name = "water-pump-4", amount = amount = 1 } },
results = { { type = "item", name = "water-pump-4", amount = 1 } },
},

{
Expand Down
2 changes: 1 addition & 1 deletion bobpower/prototypes/recipe/steam-engines-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if settings.startup["bobmods-power-steam"].value == true then
end

if data.raw.item["steel-gear-wheel"] then
bobmods.lib.recipe.replace_ingredient("steam-engine-2", type = "item", name = "iron-gear-wheel", "steel-gear-wheel")
bobmods.lib.recipe.replace_ingredient("steam-engine-2", "iron-gear-wheel", "steel-gear-wheel")
end

if data.raw.item["steel-pipe"] then
Expand Down

0 comments on commit 0536d68

Please sign in to comment.