Skip to content

Commit

Permalink
Merge branch '2.0-prep' of https://github.com/modded-factorio/bobsmods
Browse files Browse the repository at this point in the history
…into 2.0-prep
  • Loading branch information
KiwiHawk committed Aug 4, 2024
2 parents 3e0a00b + ded6397 commit a135c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobmining/prototypes/pumpjacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if settings.startup["bobmods-mining-pumpjacks"].value == true then
{ type = "item", name = "bob-pumpjack-2", amount = 1 },
{ type = "item", name = "steel-plate", amount = 20 },
{ type = "item", name = "iron-gear-wheel", amount = 10 },
{ type = "item", name = "processing-unit",amount = 5 },
{ type = "item", name = "processing-unit", amount = 5 },
{ type = "item", name = "pipe", amount = 10 },
},
results = { { type = "item", name = "bob-pumpjack-3", amount = 1 } },
Expand Down

0 comments on commit a135c94

Please sign in to comment.