248k update fixes
This commit is contained in:
parent
7bda8900c6
commit
73acbd6dfd
2 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 2.0.0",
|
"base >= 2.0.0",
|
||||||
"? 248k-Redux",
|
"? 248k-Redux >= 0.1.35",
|
||||||
"? aai-industry",
|
"? aai-industry",
|
||||||
"? bobassembly",
|
"? bobassembly",
|
||||||
"? BrimStuff-Updated",
|
"? BrimStuff-Updated",
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,9 @@ if mods["IfNickel-Updated"] then
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["248k-Redux"] then
|
if mods["248k-Redux"] then
|
||||||
util.remove_ingredient("fi_fiberer_recipe", "iron-gear-wheel")
|
util.remove_ingredient("fi_fiberer", "iron-gear-wheel")
|
||||||
util.add_ingredient("fi_fiberer_recipe", "nylon-machine-parts", 30)
|
util.add_ingredient("fi_fiberer", "nylon-machine-parts", 30)
|
||||||
|
|
||||||
util.remove_ingredient("fi_compound_machine_recipe", "iron-gear-wheel")
|
util.remove_ingredient("fi_compound_machine", "iron-gear-wheel")
|
||||||
util.add_ingredient("fi_compound_machine_recipe", "nylon-machine-parts", 30)
|
util.add_ingredient("fi_compound_machine", "nylon-machine-parts", 30)
|
||||||
end
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue