Skip to content

Commit

Permalink
Remove Ore sorting facility 5 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jun 8, 2024
1 parent 2fb5151 commit c842cc3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions SeaBlock/prototypes/recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ data:extend({
subgroup = "bio-processing-blue",
order = "d[blue-algae-liquefaction]",
},
{
type = "recipe",
name = "sb-ore-sorting-facility-5",
energy_required = 5,
enabled = false,
ingredients = {
{ type = "item", name = "ore-sorting-facility-4", amount = 1 },
},
result = "ore-sorting-facility-5",
},
})

bobmods.lib.tech.add_prerequisite("oil-gas-extraction", "bio-processing-blue")
Expand Down

0 comments on commit c842cc3

Please sign in to comment.