reforming recipe k2
This commit is contained in:
parent
02272467c5
commit
ff38efcef4
2 changed files with 27 additions and 1 deletions
3
data.lua
3
data.lua
|
@ -4,10 +4,11 @@ require("prototypes/phenol")
|
|||
require("prototypes/formaldehyde")
|
||||
require("prototypes/bakelite")
|
||||
require("prototypes/basic-chemical-plant")
|
||||
require("prototypes/k2-recipe")
|
||||
|
||||
local util = require("data-util");
|
||||
|
||||
if util.me.use_boiler() then
|
||||
if util.me.use_boiler() and not data.raw.boiler["gas-boiler"] then
|
||||
require("gas-boiler/data")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue