248k update fixes #1

Open
Morganite wants to merge 1 commit from Morganite/Nylon2:main into main
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 73acbd6dfd - Show all commits

View file

@ -8,7 +8,7 @@
"homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [
"base >= 2.0.0",
"? 248k-Redux",
"? 248k-Redux >= 0.1.35",
"? aai-industry",
"? bobassembly",
"? BrimStuff-Updated",

View file

@ -54,9 +54,9 @@ if mods["IfNickel-Updated"] then
end
if mods["248k-Redux"] then
util.remove_ingredient("fi_fiberer_recipe", "iron-gear-wheel")
util.add_ingredient("fi_fiberer_recipe", "nylon-machine-parts", 30)
util.remove_ingredient("fi_fiberer", "iron-gear-wheel")
util.add_ingredient("fi_fiberer", "nylon-machine-parts", 30)
util.remove_ingredient("fi_compound_machine_recipe", "iron-gear-wheel")
util.add_ingredient("fi_compound_machine_recipe", "nylon-machine-parts", 30)
util.remove_ingredient("fi_compound_machine", "iron-gear-wheel")
util.add_ingredient("fi_compound_machine", "nylon-machine-parts", 30)
end