Certain mails about feeding dinasours could not load language files and will fall back to English instead. To be more specific it was line 130-133 in language .json file.
Fixed this issue by changing following codes (with the help of AI agent):
/ButcherMod/AnimalHusbandryModEntry.cs (Insert at line 400):
DataLoader.LoadTreatsMail();
/ButcherMod/common/DataLoader.cs (Replace at line 237):
internal static void LoadTreatsMail()
Should create a pull request but know little about the function. Kindly know this issue, thanks.
Certain mails about feeding dinasours could not load language files and will fall back to English instead. To be more specific it was line 130-133 in language .json file.
Fixed this issue by changing following codes (with the help of AI agent):
/ButcherMod/AnimalHusbandryModEntry.cs (Insert at line 400):
DataLoader.LoadTreatsMail();
/ButcherMod/common/DataLoader.cs (Replace at line 237):
internal static void LoadTreatsMail()
Should create a pull request but know little about the function. Kindly know this issue, thanks.