From 2bac78b4a4ab5551f2783b4f4181ee688d10289d Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 18 Jun 2022 13:57:28 +0200 Subject: [PATCH] Factorio: manual crude-oil recipe seems no longer needed and actually messed with costs --- worlds/factorio/Technologies.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/worlds/factorio/Technologies.py b/worlds/factorio/Technologies.py index 410d8548..c123fdfc 100644 --- a/worlds/factorio/Technologies.py +++ b/worlds/factorio/Technologies.py @@ -210,12 +210,6 @@ raw_recipes["uranium-ore"] = { "category": "mining", "energy": 2 } -raw_recipes["crude-oil"] = { - "ingredients": {}, - "products": {"crude-oil": 1}, - "category": "basic-fluid", - "energy": 1 -} # raw_recipes["iron-ore"] = {"ingredients": {}, "products": {"iron-ore": 1}, "category": "mining", "energy": 2} # raw_recipes["copper-ore"] = {"ingredients": {}, "products": {"copper-ore": 1}, "category": "mining", "energy": 2}