Chart tag text should be a localised string
Why?
Because it would be helpful to be able to provide mod users with the ability to use localised names when creating chart tags rather than having to use the current system. An existing example would be Resource Labels by Pandemonius.
Code: Select all
--Bob's Ores
addItem ("gold-ore", "Gold", "gold-ore")
addItem ("lead-ore", "Lead", "lead-ore")
addItem ("silver-ore", "Silver", "silver-ore")
addItem ("tin-ore", "Tin", "tin-ore")
addItem ("tungsten-ore", "Tungsten", "tungsten-ore")
addItem ("zinc-ore", "Zinc", "zinc-ore")
... etc
Thank you.
DutchTed