Skip to content

Commit

Permalink
Removed unused scrude-to-methane recipe from factoriopedia.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 18, 2024
1 parent 36b20ba commit 8f8cb7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-11-18
Changes:
- Removed unused scrude-to-methane recipe from factoriopedia.
---------------------------------------------------------------------------------------------------
Version: 3.0.8
Date: 2024-11-18
Changes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pypetroleumhandling",
"version": "3.0.8",
"version": "3.0.9",
"factorio_version": "2.0",
"title": "Pyanodons Petroleum Handling",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
22 changes: 0 additions & 22 deletions prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,27 +82,6 @@ end

----EXCLUSIVE RECIPES----


RECIPE {
type = "recipe",
name = "scrude-to-methane",
category = "distilator",
enabled = false,
energy_required = 4,
ingredients = {
{type = "fluid", name = "scrude", amount = 100}, --add vacuum
{type = "item", name = "nexelit-plate", amount = 1},
},
results = {
{type = "fluid", name = "methane", amount = 120},
},
main_product = "methane",
icon = "__pyhightechgraphics__/graphics/icons/methane.png",
icon_size = 32,
subgroup = "py-hightech-fluids",
order = "a"
} --:add_unlock("scrude")

RECIPE {
type = "recipe",
name = "extract-ammonia-scrude",
Expand Down Expand Up @@ -533,7 +512,6 @@ RECIPE {


if mods["pyfusionenergy"] then
RECIPE("scrude-to-methane"):add_ingredient {type = "fluid", name = "vacuum", amount = 100}
RECIPE("extract-ammonia-scrude"):replace_ingredient("nichrome", "molybdenum-plate")

RECIPE {
Expand Down

0 comments on commit 8f8cb7e

Please sign in to comment.