Tidy-Bear
Tidy-Bear
**Versions** - Minecraft Version : 1.16.5 - Forge Version : 36.1.24 - Mod Version : 7.6.2 - Optifine Version : HD_U_G7 **Describe the bug** Player riding on a horse often...
A code change is missing when merging Fuzss's compatibility PR into 1.18.X, which causes ClassCastException when initializing ConfigScreen with `nightconfigfixes` enabled. Current (1.18.X): https://github.com/MrCrayfish/Configured/blob/df8f2748cdc90c35bea2e8f8405cbb9c8c329a24/src/main/java/com/mrcrayfish/configured/impl/forge/ForgeConfig.java#L87-L91 Expected (1.19.X): https://github.com/MrCrayfish/Configured/blob/43287a97063186351ed7184fb8ec9846ebb1f60c/src/main/java/com/mrcrayfish/configured/impl/forge/ForgeConfig.java#L86-L90 The issue seems...
### 描述 | Description 在 检查模组更新 界面中加入 全选 / 取消全选,如 全选框 组件  ### 原因 | Reason 可以在现成整合包中只选择更新少部分 client only mods,目前必须一个个取消勾选
### Description The previous preview moves to the position (0, 0, 0) after switching to another un-deployed schematic item. ### Reproduction Steps 1. Deploy any schematic at any position and...
### Minecraft Version 1.20.1 ### Describe the Bug When a player assigns a valid recipe to the guide in the inventory, guide's tooltip does not update unless the player reopens...
### Minecraft Version 1.20.1 ### Describe the Bug ## Issue 1  Too much indentation of 8 (4 + 4). 缩进太多了,实际缩进有 8 格了(4 + 4) https://github.com/DragonsPlusMinecraft/CreateCentralKitchen/blob/b2d8bb373c766b06ca6b53503304313ab0a61c6c/src/main/java/plus/dragons/createcentralkitchen/content/contraptions/blazeStove/BlazeStoveGuideItem.java#L59 ## Issue 2 ...
### 平台 | Platform Windows 10 ### 问题描述 | Problem Description 复制游戏实例时,无论是否选择“复制存档”,总会复制存档 ### 启动器崩溃报告 / 启动器日志文件 | Launcher Crash Report / Launcher Log File [hmcl-exported-logs-2024-08-06T04-10-05.log](https://github.com/user-attachments/files/16502289/hmcl-exported-logs-2024-08-06T04-10-05.log)
**Describe the bug**  There is always a delay in updating display of energy data on the goggle overlay, such as Energy Usage and Stored Energy, especially when switching blocks...
### Description https://github.com/Creators-of-Create/Create/blob/a92c08b1e1c45aa0eef43341e3fcbcea6ed73733/src/main/java/com/simibubi/create/content/processing/basin/BasinBlockEntity.java#L102-L103 Those 2 lists will be continuously growing but not be cleared in the server side if the Basin is working at a force-loaded chunk without any player,...
### 描述 | Description 版本列表页面目前完全是乱序的,希望能添加排序功能  我感觉原先是有默认顺序设计的,但实现有问题,更像个 bug `DefaultGameRepository#refreshVersionsImpl` 中,先是定义了 `TreeMap` https://github.com/HMCL-dev/HMCL/blob/8a816f7f35ab297693c2127e3da0a91a770de3de/HMCLCore/src/main/java/org/jackhuang/hmcl/game/DefaultGameRepository.java#L268 但 `SimpleVersionProvider` 默认是 HashMap https://github.com/HMCL-dev/HMCL/blob/8a816f7f35ab297693c2127e3da0a91a770de3de/HMCLCore/src/main/java/org/jackhuang/hmcl/game/DefaultGameRepository.java#L275 https://github.com/HMCL-dev/HMCL/blob/8a816f7f35ab297693c2127e3da0a91a770de3de/HMCLCore/src/main/java/org/jackhuang/hmcl/game/SimpleVersionProvider.java#L29 方法的最后,直接以 `HashMap` 的顺序放入到 `TreeMap` 中 https://github.com/HMCL-dev/HMCL/blob/8a816f7f35ab297693c2127e3da0a91a770de3de/HMCLCore/src/main/java/org/jackhuang/hmcl/game/DefaultGameRepository.java#L355-L365 改成 `TreeMap` 应该至少能以文件遍历顺序(A-Z)显示了 但既然提了 Feat,天马行空一点,搞个升序、降序,还有搜索、按标签(API,MC版本)搜索等等(( ###...