From c842cc335760060aad7147d6c77922591b8f4060 Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Sat, 8 Jun 2024 15:16:50 +1200 Subject: [PATCH] Remove Ore sorting facility 5 (#328) --- SeaBlock/prototypes/recipe.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SeaBlock/prototypes/recipe.lua b/SeaBlock/prototypes/recipe.lua index b7d400f..fd9b436 100644 --- a/SeaBlock/prototypes/recipe.lua +++ b/SeaBlock/prototypes/recipe.lua @@ -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")