reforming recipe k2

This commit is contained in:
Brevven 2022-07-18 03:11:04 -07:00
parent 02272467c5
commit ff38efcef4
2 changed files with 27 additions and 1 deletions

View file

@ -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