vulcanite smelting icon
This commit is contained in:
parent
766a3c5b68
commit
a7e8ab204f
1 changed files with 10 additions and 1 deletions
|
|
@ -20,6 +20,11 @@ if mods["space-exploration"] then
|
|||
results = {
|
||||
{name = util.titanium_plate, amount = 6},
|
||||
},
|
||||
icons =
|
||||
{
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||
},
|
||||
|
||||
},
|
||||
})
|
||||
|
|
@ -45,7 +50,11 @@ if mods["space-exploration"] then
|
|||
results = {
|
||||
{name = util.titanium_plate, amount = 6},
|
||||
},
|
||||
|
||||
icons =
|
||||
{
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||
},
|
||||
},
|
||||
})
|
||||
table.insert(data.raw.technology["se-processing-vulcanite"].effects,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue