Does anyone know how to generate a name for custom crafted item?
In the game if you craft a wood shield, it generates the name "Home made Wooden shield" or something like that. However it seems that those names are generated only for existing items in the .txt files. In this case WPN_CraftedShield_03 will give the name "home made wooden shield" when crafted. However if you make a new item, say WPN_CraftedShield_04, the name of the item when crafted is blank.
I was able to make everything else work for my mod, I just don't know how to give the item a generated name. Items I custom made in the editor and added to the game via crafting (like refined fire essence) have the name I gave it on the actual item, but in the crafting combo screen it says the name of the item is "unknown."
Sorry, I don't really know how to ask this. Any insight would be welcomed.