Other mods bring other items, it seems those are consideren in the icon sign mods
search index.
Since the items names are concatenated parts of two translations
they contain ' ' which is not allowed for translations.
[Info:IconSign.Data.IconTranslation] init translations [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$food_rottenelkmeat_TW ' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_elderbark $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_obsidian $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_blackmarble $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Info:IconSign.Data.IconTranslation] 1777 translation load
We should try to only load in game prefab names which correspond to existing icons.
Other items are not necessary to be in the index.
Other mods bring other items, it seems those are consideren in the icon sign mods
search index.
Since the items names are concatenated parts of two translations
they contain ' ' which is not allowed for translations.
[Info:IconSign.Data.IconTranslation] init translations [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$food_rottenelkmeat_TW ' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_elderbark $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_obsidian $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Warning:Jotunn.Entities.CustomLocalization] [IconSign] Token '$item_blackmarble $piece_portal' must not contain following chars: ' (){}[]+-!?/\\&%,.:-=<> ' [Info:IconSign.Data.IconTranslation] 1777 translation loadWe should try to only load in game prefab names which correspond to existing icons.
Other items are not necessary to be in the index.