Skip to content

Commit

Permalink
add rare earths and niobium subgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 24, 2023
1 parent 8f9b653 commit 1a41cbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ RECIPE {
results = {
{type = 'item', name = 'filtration-media', amount = 3},
},
order = 'b'
}:add_unlock("cellulose-mk02")

RECIPE {
Expand Down Expand Up @@ -1852,7 +1851,6 @@ RECIPE {
results = {
{type = 'item', name = 'filtration-media', amount = 75},
},
order = 'c'
}:add_unlock("filtration-mk02"):add_ingredient({type = "item", name = "micro-fiber", amount = 15})

RECIPE {
Expand Down
1 change: 0 additions & 1 deletion prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ RECIPE {
results = {
{type = 'item', name = 'filtration-media', amount = 100},
},
order = 'd'
}:add_unlock("microfibers")

RECIPE {
Expand Down

0 comments on commit 1a41cbb

Please sign in to comment.