Page 1 of 1

[0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 7:15 am
by manjhi
I think the title is self-explanatory. I'm using icons for my station names to make them easily readable. However, I'm not able to find the rich-text alternative for the crude-oil. All the ores are working fine, just can't get crude-oil icon to show up.

Image

Image

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 7:23 am
by quyxkh
oil's not an item, it's a fluid.

Code: Select all

[fluid=crude-oil]
I wish [virtual=signal-X] and the like worked.

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 8:51 am
by Phoenix27833
quyxkh wrote: Tue Mar 12, 2019 7:23 am I wish [virtual=signal-X] and the like worked.
[virtual-signal=signal-X] works

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 10:10 am
by quyxkh
Phoenix27833 wrote: Tue Mar 12, 2019 8:51 am
quyxkh wrote: Tue Mar 12, 2019 7:23 am I wish [virtual=signal-X] and the like worked.
[virtual-signal=signal-X] works
Thanks!

The Changelog says "virtual", I think this could maybe stand correcting.

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 6:29 pm
by manjhi
quyxkh wrote: Tue Mar 12, 2019 7:23 am oil's not an item, it's a fluid.

Code: Select all

[fluid=crude-oil]
Oh, okay. Is there a list somewhere that I can use for reference?

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Tue Mar 12, 2019 6:46 pm
by quyxkh
manjhi wrote: Tue Mar 12, 2019 6:29 pm Is there a list somewhere that I can use for reference?
I knew about the item-fluid distinction from signal types and such, the changelog has a summary of the keywords (item, recipe, fluid, etc)

Re: [0.17.x] [item=crude-oil] in station name doesn' work

Posted: Sun Mar 17, 2019 9:36 am
by Phoenix27833