basic chem plant: sand over silica

This commit is contained in:
Brevven 2022-08-19 09:21:33 -07:00
parent bbad394de4
commit 79af9f197a
4 changed files with 17 additions and 1 deletions

View file

@ -46,6 +46,14 @@ end
util.add_prerequisite("nanobots", "electronics")
util.remove_ingredient("small-lamp", "blank-circuit") -- mod mash
data.raw["assembling-machine"]["basic-chemical-plant"].localised_description = data.raw["assembling-machine"]["chemical-plant"].localised_description
if util.se6() then
if data.raw["assembling-machine"]["basic-chemical-plant"] and
data.raw["assembling-machine"]["chemical-plant"] then
data.raw["assembling-machine"]["basic-chemical-plant"].localised_description = data.raw["assembling-machine"]["chemical-plant"].localised_description
end
end
-- Should come as late as possible, doesn't need to be last
require("compatibility/electronic-circuit")