Factorio: manual crude-oil recipe seems no longer needed and actually messed with costs

This commit is contained in:
Fabian Dill 2022-06-18 13:57:28 +02:00
parent c4769eeebb
commit 2bac78b4a4
1 changed files with 0 additions and 6 deletions

View File

@ -210,12 +210,6 @@ raw_recipes["uranium-ore"] = {
"category": "mining", "category": "mining",
"energy": 2 "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["iron-ore"] = {"ingredients": {}, "products": {"iron-ore": 1}, "category": "mining", "energy": 2}
# raw_recipes["copper-ore"] = {"ingredients": {}, "products": {"copper-ore": 1}, "category": "mining", "energy": 2} # raw_recipes["copper-ore"] = {"ingredients": {}, "products": {"copper-ore": 1}, "category": "mining", "energy": 2}