Pam's HarvestCraft

Pam's HarvestCraft

87M Downloads

[Trivial/Easy fix] Lang is not showing in the itemGroup

FlickySH opened this issue · 4 comments

commented

Pretty self explained.
image

commented

It seems the en_us.lang file has been encoded in UTF-8-BOM which seems to add three characters (´++) in the start of the file which subsequently breaks the whatever is on the first line, which happens to be the itemGroup.harvestcraft=HarvestCraft. Simply re-encoding the file in UTF-8 will remove the characters and fix the problem.

#198 Should fix it

commented
commented

yeah please fix this

commented

that pull request doesn't fix this. you must put the itemGroup.harvestcraft=HarvestCraft to the second line in the lang file to fix this. i tried it, and it works. then you can close this issue. just move the first line to the second line in the lang file.
example:
en_us.txt
(it's .lang, just made it .txt to upload here)