Building Components Icons Hardcoded?

I complained about this several times. Even on a stream that I managed to catch!

But seems it’s low on the priority list…

Point 4 here on the OP:

It’s in stonehearth\ui\game\modes\build_mode\building_designer_2 , file building_designer_base.js

line 255, for example:

background = 'url(/stonehearth/ui/game/modes/build_mode/building_designer_2/images/palettes/' + toolId + '.png)';

The path is hardcoded, so we can’t add our icons in any way without overriding the whole thing :sob: