关于新版格雷6无法使用旧版汉化文件的问题
引言
Minecraft模组GregTech6(格雷科技6)在2023年6月16日发布了6.16.00版本。此版本中模组作者修改了语言本地化的一些细节,使得用于旧版模组的汉化文件无法继续在新版模组中正常工作。
[IMPORTANT] I removed ".name" from pretty much all Lang File Entries, because it was absolutely redundant and caused duplicate Entries at times. A simple Search&Replace with ".name=" and "=" BEFORE loading Minecraft, should fix it.
以上段落引用自GregTech6.16.00的changelog
原文地址:gregtech.overminddl1.com/com/gregoriust/gregtech/gregtech_1.7.10/6.16.00/gregtech_1.7.10-6.16.00-changelog.md

解决方案
根据changelog信息,可以使用文本编辑软件(例如记事本)的查找替换功能,
将旧版汉化文件中所有".name="替换成"=",保存后重启游戏。
经过尝试,临时解决方案有效。希望能够帮到大家。本文编辑日期2023年7月2日。