Lorie

Results 7 issues of Lorie

### Your GTNH Discord Username wacchi_lorie ### Your Pack Version 2.5.1 ### Your Proposal We know that AE auto processing don't have a fallback feature For an example: There're two...

Type: Suggestion
Status: Triage

### Your GTNH Discord Username wacchi_lorie ### Your Pack Version 2.5.1 ### Your Server private ### Java Version Java 21 ### Type of Server Vanilla Forge ### Your Expectation Theres...

Type: Suggestion
Type: Quest Change

### Your GTNH Discord Username wacchi_lorie ### Your Pack Version 2.6.0 ### Your Server private server ### Java Version Java 21 ### Type of Server Vanilla Forge ### Your Expectation...

Type: bugMinor
Status: Triage

### 需要调整的功能内容 目前插件已有精简侧边栏的功能 但仅局限于不显示此按钮 近期出现了由'QQ游戏'组件发起的右下角流氓弹窗 [https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/issues/275](url) ![image](https://github.com/xiyuesaves/LiteLoaderQQNT-lite_tools/assets/57549294/66ac9171-6b9c-4d8b-b2e2-46c34238efc7) 并且此入口与设置打开方法刁钻 防止用户轻易关闭功能 但在使用过程中发现即使关闭了设置相关功能 甚至在火绒中添加了弹窗规则后 仍有此组件发出的右下角流氓弹窗 所以是否可以将'精简侧边栏'的功能改为直接禁用此组件 防止其被主程序唤起 进一步简化程序臃肿性 以及防止了非主程序调起的弹窗 想到关于打开关闭qq频道来解决主程序cpu占用过高的问题 不知道对其它组件这么做会不会导致类似的问题

enhancement

### 平台 | Platform Windows 10 ### 问题描述 | Problem Description GTNH近期的更新使用了lwjgl3ify https://github.com/GTNewHorizons/lwjgl3ify 以及其自写的Launch wrapper https://github.com/GTNewHorizons/RetroFuturaBootstrap 在导入HMCL包时不能准确安装依赖库及弹出错误(日志见下方) 为此有人写了将mmc文件转为hmcl启动脚本的py script, 以下是我经过修改的版本: [GTNH-Java17.zip](https://github.com/HMCL-dev/HMCL/files/15015165/GTNH-Java17.zip) 这是经过转换和修改得以在HMCL使用的启动脚本: [GTNH-2.6.0-beta3.json](https://github.com/HMCL-dev/HMCL/files/15015190/GTNH-2.6.0-beta3.json) 整合包地址: https://downloads.gtnewhorizons.com/Multi_mc_downloads/betas/GT_New_Horizons_2.6.0-beta-3_Java_17-21.zip 我不了解Minecarft forge的启动脚本构成及创建流程 尤其是经过了特异化更改并适配了modern java的 但希望HMCL能准确parse来正确安装整合包...

bug

### Your GTNH Discord Username wacchi_lorie ### Your Pack Version 2.6.0-beta3 ### Your Server private server ### Java Version Java 21 ### Type of Server Vanilla Forge ### Your Expectation...

模型设置中有需要 API Key 的 OpenAI 模型以及不需要 API Key 的 DDG 模型 代码会检测是否输入了 API Key 以及选择的模型来判断是否需要它 但是 `main.js` 和 `renderer.js` 中用于判断是否需要 API Key 的逻辑反了 - 使用 OpenAI 时未输入 API Key 会发送一个空的...