Config setting to export list not working.
theeUnicorns opened this issue ยท 5 comments
The setting in the configuration file to enable generating a list of enchantments without descriptions is not working.
I would like to add descriptions from the mods I've added to play with, is there something I can do?
Which version of the mod are you using? They should be logged to the console/log on game startup.
I am using the most recent version for Minecraft 1.12: "EnchantmentDescriptions-1.12.2-1.1.15"
Can you confirm for me where the mod would output the file?
Yes, changing the en_US.lang file or adding another one will allow custom entries. The most practical way would be to use something like ResourceLoader or CraftTweaker to accomplish this. If you're just adding new descriptions for modded enchantments you could also make a Pull Request, or post your changes on this issue, and I can add official support for those mods.
It will be in your vanilla game log file. .minecraft/logs/latest.log
, each line contains the text Undefined enchantment from
so you can search for them using that.