new titanium ore graphics
This commit is contained in:
parent
9f7fc753f7
commit
034bf58fdf
12 changed files with 13 additions and 13 deletions
|
|
@ -6,13 +6,13 @@ if mods["modmashsplinter"] then
|
|||
|
||||
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
|
||||
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
|
||||
if mods["modmashsplinterenrichment"] then
|
||||
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
|
||||
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue