bob
This commit is contained in:
parent
26918272fe
commit
901ad22e7c
3 changed files with 19 additions and 0 deletions
16
compatibility/bob.lua
Normal file
16
compatibility/bob.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
local util = require("data-util");
|
||||
|
||||
if mods.bobelectronics or mods.MDbobelectronics then
|
||||
|
||||
-- FeCL3 is now anhydrous, so hydrate it for bob
|
||||
util.remove_ingredient("ferric-chloride-solution", "iron-ore")
|
||||
util.remove_ingredient("ferric-chloride-solution", "hydrogen-chloride")
|
||||
util.add_ingredient("ferric-chloride-solution", "ferric-chloride", 5)
|
||||
util.add_ingredient("ferric-chloride-solution", "water", 50)
|
||||
|
||||
-- Phenolic board replaced with substrate
|
||||
util.replace_ingredient("circuit-board", "phenolic-board", "pcb-substrate")
|
||||
|
||||
|
||||
-- NOTE ingredients like phenolic board etc will not be used in many mod loadouts. Maybe fix later
|
||||
end
|
|
@ -4,6 +4,7 @@ require("recipe-updates")
|
|||
require("map-gen-preset-updates")
|
||||
-- require("strange-matter")
|
||||
-- require("compatibility/248k")
|
||||
require("compatibility/bob")
|
||||
|
||||
local util = require("data-util");
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
"? space-exploration >= 0.5.100",
|
||||
"? aai-industry",
|
||||
"? Krastorio2",
|
||||
"? bobelectronics",
|
||||
"? MDbobelectronics",
|
||||
"? deadlock-beltboxes-loaders",
|
||||
"? DeadlockCrating"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue