Resource Labels Updated

by sproott

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

Tweaks
1 year, 3 months ago
0.18 - 1.1
4.42K

g [Fixed in 1.1.13] clowns-ore-9 wrong name

1 year, 9 months ago
(updated 1 year, 9 months ago)

clowns-ore-9 receives the wrong label as "Meta-Garnierite" while it should be "Nova-Leucoxene"
change the following 2 lines in config.lua:

addItem('clowns-ore9', 'Meta-Garnierite', 'clowns-ore9')
addItem('clowns-ore10', 'Meta-Garnierite', 'clowns-ore10')

to:

addItem('clowns-ore9', 'Nova-Leucoxene', 'clowns-ore9')
addItem('clowns-ore10', 'Reserved (Clowns)', 'clowns-ore10')

Thanks! :)

1 year, 9 months ago

Fixed in 1.1.13

New response