Coder2
Coder2
log: [info] Amidst v4.7 [info] Current system time: 2022-06-28 15:32:48.05 [info] System.getProperty("os.name") == 'Windows 10' [info] System.getProperty("os.version") == '10.0' [info] System.getProperty("os.arch") == 'amd64' [info] System.getProperty("java.version") == '18.0.1' [info] System.getProperty("java.vendor") ==...
我希望可以内置一些mc相关的api,比如微软皮肤和披风api("https://github.com/Jack253-png/AMCL", 我写的一堆api),这样别人用这个核心就不需要手动实现这些api了(api文档:"https://wiki.vg/Mojang_API"
 public static void fixJFXTextField(JFXTextField field) throws NoSuchFieldException, IllegalAccessException { JFXTextFieldSkin sk = new JFXTextFieldSkin(field); field.setSkin(sk); Field f = JFXTextFieldSkin.class.getDeclaredField("textNode"); f.setAccessible(true); f.set(sk, new Text()); } This is code to fix...
Close #364 [crash-2024-02-02_08.40.32-client.txt](https://github.com/xCollateral/VulkanMod/files/14138373/crash-2024-02-02_08.40.32-client.txt) @thr3343 After debugging, I found that the real exception happens in this mixin, it had been hard coded and cannot build the shader path correctly.
I am building a MMD model(a type of high-precision model) renderer, when I am writing shaders for resolving performance issues, I found it cannot be compiled on vulkan renderer and...
[X] This is not about other apps being displayed weird or etc. [X] This is not about rendering issues that caused by a bug in the Windows. [X] I've read...
我正在制作我自己的启动器,突然发现mod翻译字典需要自己从mcmod获取,一想到hmcl有一个脚本用来解析mcmod的翻译字典,但是这个脚本要求提供一个json文档。但是我并不知道这个json文档是通过api获取的还是其他方式获取的,所以就在这里留下提问。
Crash
 I am making a mod that used your mod api.But It cannot work in MC 1.19.3. ``` java.lang.IllegalAccessError: class com.terraformersmc.modmenu.event.ModMenuEventHandler tried to access private field net.minecraft.client.gui.widget.ClickableWidget.y (com.terraformersmc.modmenu.event.ModMenuEventHandler and net.minecraft.client.gui.widget.ClickableWidget...
 As the image shows, the light theme is not compatible with the new UI, version 2022.3
### Short description No ### Expected behavior No ### Version information * **IDEA Version:** IDEA 2022.3 * **JDK Version:** jdk17.0.1 * **OS Type & Version:** Windows 11 22H2 (22621.963) *...