ir2
This commit is contained in:
parent
147acde38d
commit
30009291b5
1 changed files with 17 additions and 0 deletions
17
compatibility/ir2.lua
Normal file
17
compatibility/ir2.lua
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
local util = require("data-util");
|
||||||
|
|
||||||
|
|
||||||
|
-- absolute barebones "compatibility", won't be very playable
|
||||||
|
if mods.IndustrialRevolution then
|
||||||
|
util.set_category("explosives", "crafting-with-fluid")
|
||||||
|
util.remove_prerequisite("ir2-electronics-1", "ir2-steam-power")
|
||||||
|
|
||||||
|
util.replace_ingredient("gas-extractor", "iron-plate", "copper-beam")
|
||||||
|
util.replace_ingredient("gas-extractor", "pipe", "copper-pipe")
|
||||||
|
|
||||||
|
util.replace_ingredient("basic-chemical-plant", "iron-plate", "copper-beam")
|
||||||
|
util.replace_ingredient("basic-chemical-plant", "pipe", "copper-pipe")
|
||||||
|
|
||||||
|
util.set_category("phenol", "crafting")
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue