Fixed file path for graphics refences for new mod name.
Changed Rocket Control Unit to be conditional.
This commit is contained in:
parent
c4d06d2a0f
commit
8253faf5e4
8 changed files with 34 additions and 32 deletions
|
@ -3,7 +3,9 @@ require("prototypes.technology-updates")
|
|||
require("prototypes.productivity-limitations")
|
||||
|
||||
data.raw.recipe["copper-cable"].category = "electronics"
|
||||
data.raw.recipe["rocket-control-unit"].category = "electronics"
|
||||
if data.raw.technology["rocket-control-unit"] then
|
||||
data.raw.recipe["rocket-control-unit"].category = "electronics"
|
||||
end
|
||||
|
||||
if data.raw["recipe-category"]["chemical-furnace"] then
|
||||
if data.raw.recipe["carbon"] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue