Burning_TNT

Results 482 comments of Burning_TNT

这是整合包格式不标准导致的吧……

感觉没啥问题,这种情况下极有可能是包含启动器的? ``` try (FileSystem fs = CompressingUtils.createReadOnlyZipFileSystem(file, charset)) { findMinecraftDirectoryInManuallyCreatedModpack(file.toString(), fs); throw new ManuallyCreatedModpackException(file); } catch (IOException e) { // ignore it } ``` HMCL 目前是做特殊识别才提示的,即这个提示是预期中的表现

我找到的唯一一个纯 Java(不是用 JNI 调用 Google libwebp)的 webp 解码实现是 javavp8decoder,有更好的吗

在第一次启动 HMCL 的时候解码 jar 包中的所有 webp 到一个全局的文件夹?这样可以缩短后续的启动时间

我可以使用 java.awt.image 包吗?

…… 这都只是插件间的冲突,仅此而已。`authlib-injector` 没有义务去解决那些插件做出的假设

DO NOT put `authlib-injector` inside the plugin dir. Put it under other directionary

I encountered the same problem when developing a mod named "Voxel Latest" to enable Voxelmap to work in minecraft 1.18 or higher. Here is my command line: ["C:\\modDev\voxelremap 1.18.2\run\voxelmap\fabricmod_VoxelMap-1.10.15_for_1.17.0.jar", "C:\\modDev\voxelremap...