We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开启版本隔离时,使用导出的启动脚本启动游戏,logs、以及部分模组的配置文件被放在“.minecraft”下 脚本中未使用版本隔离后的启动路径
比如“modernfix” 模组需要在游戏启动早期读取它的mixin设置,在代码中使用了类似new File("./config/xxx")的写法
new File("./config/xxx")
fabric相比forge有更多模组使用相对路径定位配置文件,现象相同
用启动器直接启动不会有上述问题
略
The text was updated successfully, but these errors were encountered:
No branches or pull requests
检查项
描述
开启版本隔离时,使用导出的启动脚本启动游戏,logs、以及部分模组的配置文件被放在“.minecraft”下
脚本中未使用版本隔离后的启动路径
比如“modernfix” 模组需要在游戏启动早期读取它的mixin设置,在代码中使用了类似
new File("./config/xxx")
的写法fabric相比forge有更多模组使用相对路径定位配置文件,现象相同
用启动器直接启动不会有上述问题
重现步骤
如果加了“modernfix”,可在“.minecraft/config/”下找到“modernfix-mixins.properties”
日志与附件
略
The text was updated successfully, but these errors were encountered: