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,7 @@ data:extend(
|
|||
{
|
||||
type = "item",
|
||||
name = "resin",
|
||||
icon = "__MDbobelectronics__/graphics/icons/resin.png",
|
||||
icon = "__MDbobelectronics2__/graphics/icons/resin.png",
|
||||
icon_size = 32,
|
||||
subgroup = "bob-resource-chemical",
|
||||
order = "f[resin]",
|
||||
|
@ -53,7 +53,7 @@ data:extend(
|
|||
{
|
||||
type = "item",
|
||||
name = "rubber",
|
||||
icon = "__MDbobelectronics__/graphics/icons/rubber.png",
|
||||
icon = "__MDbobelectronics2__/graphics/icons/rubber.png",
|
||||
icon_size = 32,
|
||||
subgroup = "bob-resource-chemical",
|
||||
order = "f[rubber]",
|
||||
|
@ -84,7 +84,7 @@ if not data.raw.item["silicon-wafer"] then
|
|||
{
|
||||
type = "item",
|
||||
name = "silicon-wafer",
|
||||
icon = "__MDbobelectronics__/graphics/icons/silicon-wafer.png",
|
||||
icon = "__MDbobelectronics2__/graphics/icons/silicon-wafer.png",
|
||||
icon_size = 32,
|
||||
subgroup = "bob-resource-chemical",
|
||||
order = "f[silicon-wafer]",
|
||||
|
@ -121,7 +121,7 @@ if data.raw.item["tin-plate"] then
|
|||
{
|
||||
type = "item",
|
||||
name = "solder-alloy",
|
||||
icon = "__MDbobelectronics__/graphics/icons/solder-plate.png",
|
||||
icon = "__MDbobelectronics2__/graphics/icons/solder-plate.png",
|
||||
icon_size = 32,
|
||||
subgroup = "bob-alloy",
|
||||
order = "c-b-h[solder]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue