MC_XiaoHei

Results 14 issues of MC_XiaoHei

### Describe the feature or problem you’d like to solve Provides progress during extension installation ### Proposed solution Now the gh cli only shows a small load when installing extensions,...

enhancement
core
extensions
gh-extension

### 启动器版本 Launcher Version 3.5.5 ### 平台 Platform MacOS ### 问题描述 Problem Description 在分析1.20.1 fabric崩溃时错误的输出了分析: ``` 当前游戏因为你所使用的 Forge或OptiFine与Java冲突崩溃 请尝试更新 Forge和OptiFine,或使用Java 8u251及更早版本启动。 ``` 因为游戏只安装了fabric(没有optifine),所以此分析显然错误。 希望在输出此分析前判断游戏是否安装了optifine或forge ### Java 18.0.1.1 ### 游戏版本 Game...

game crash

### Problem Description as the title ### Solution Description add a path var to disable the upload image button ### Alternatives Considered _No response_ ### Additional Context _No response_

enhancement

### Suggested new feature or improvement Provides a button to pin widgets to the desktop ### Scenario I don't think it's necessary to open a separate app to view my...

Issue-Feature
Needs-Triage
Type-External

### 描述你希望添加的功能。 Describe the feature you'd like. 由于新版本的各种问题,我认为应当实现一个新的Recorder API,并用Recorder API反过来实现Photographer API Recorder API支持记录**应当**发给某个玩家的所有包。 ### 其他 Other _No response_

status: in progress

### 描述你希望添加的功能。 Describe the feature you'd like. 提供一种方式让插件加载mixin ### 其他 Other _No response_

pr welcome
status: in progress

The current boost volume is a simple drag bar, which makes it difficult to restore it to 100%, is it possible to reset or enter a number directly?

包括: * 在Init阶段的Leaves Plugin检测 * 使用leaves-plugin.json而不是conf * 使用features机制为插件提供可用feature信息 不应现在合并,因为leavesclip尚未release

It would be great to be able to do something like this with an API ``` CREATE INDEX IF NOT EXISTS unit_operations_time_idx ON unit_operations (time DESC); ``` for now, I...