Resource Labels Continued


Adds icons to resources on the map, optionally with a label and the resource count.

Tweaks
4 years ago
0.17
22

g Several Pyanodon Ores not recognized

4 years ago

Hi,

I just checked out your mod but it doesnt support some ores. I got the following messages:

tar-patch
oil-mk01
oil-mk02
oil-mk04

Of course there could be more I havent uncovered yet.
Can you fix please?

4 years ago

I have noticed the same as well as:
oil-mk3
oil-sand.
I believe they are from Pyanodons Petroleum Handling

I should probably create a new thread for this but i will put it here for now.
i am also playing with PyCoal Touched By an Angel that adds:

infinite-borax
infinite-niobium
These are missing from this mod too.
Thanks for all the work so far and it would be great if you could add support for these too.

4 years ago

Something like the following within config.lua would likely do the job:

-- Pyanodon's Petroleum Handling
addItem ("sulfur-patch", "Sulfur", "sulfur")
addItem ("oil-sand", "Oil Sand", "oil-sand")
addItem ("rare-earth-bolide", "Rare Earth", "rare-earth-ore")
addFluid ("oil-mk01", "Oil Mk1", "crude-oil")
addFluid ("oil-mk02", "Oil Mk2", "crude-oil")
addFluid ("oil-mk03", "Oil Mk3", "crude-oil")
addFluid ("oil-mk04", "Oil Mk4", "crude-oil")
addFluid ("tar-patch", "Tar", "tar")

4 years ago

Thanks very much dsx20. Worked perfectly

New response