fix solid fuel icons
This commit is contained in:
parent
613af90861
commit
10f067b6c9
1 changed files with 2 additions and 2 deletions
|
@ -1463,7 +1463,7 @@ data:extend({
|
|||
enabled = 'false',
|
||||
category = 'chemistry',
|
||||
main_product = 'solid-fuel',
|
||||
icon = sprite('icons/fi_solid_1.png'),
|
||||
icon = sprite('icons/fi_solid_2.png'),
|
||||
icon_size = 64,
|
||||
ingredients = {
|
||||
{type="fluid", name="el_kerosene", amount=20},
|
||||
|
@ -1482,7 +1482,7 @@ data:extend({
|
|||
enabled = 'false',
|
||||
category = 'chemistry',
|
||||
main_product = 'solid-fuel',
|
||||
icon = sprite('icons/fi_solid_2.png'),
|
||||
icon = sprite('icons/fi_solid_1.png'),
|
||||
icon_size = 64,
|
||||
ingredients = {
|
||||
{type="fluid", name="el_desulfurized_kerosene", amount=30},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue