Resource Labels Updated

by sproott

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

Tweaks
2 years ago
0.18 - 1.1
4.70K

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

2 years ago
(updated 2 years 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! :)

2 years ago

Fixed in 1.1.13

New response