TemplateDevEnv icon indicating copy to clipboard operation
TemplateDevEnv copied to clipboard

Template workspace for modding Minecraft 1.12.2

Results 9 TemplateDevEnv issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/CleanroomMC/TemplateDevEnv/assets/105061290/0c07369b-4a46-47f4-b74f-840cb568b41f) mc的类报错了))) 打开对应的文件后确实没有 ![屏幕截图(53)](https://github.com/CleanroomMC/TemplateDevEnv/assets/105061290/28f345e2-7679-4c50-aec3-b6504b76fbf4)

在debug.log中显示 JDK 8_422 Adopt J9 ``` [12:18:41] [main/DEBUG] [mixin]: Catching java.util.ServiceConfigurationError:org.spongepowered.asm.service.IMixinServiceBootstrap: Provider org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap not found initialising service java.util.ServiceConfigurationError: org.spongepowered.asm.service.IMixinServiceBootstrap: Provider org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap not found at java.util.ServiceLoader.fail(ServiceLoader.java:246) ~[?:1.8.0_422] at java.util.ServiceLoader.access$300(ServiceLoader.java:192) ~[?:1.8.0_422] at...

在ServerChatEvent中的event.setComponent设置中使输入的ITextComponent替换原先类中的component但并未使用新的ITextComponent。也就是修改了但并没有使用修改后的数据 经过测试.setComponent()中确实修改了component但在服务器(ServerChatEvent为纯服务器事件)中并未按照新的ITextComponent进行信息广播 经过测试event.setCanceled(true)也并不起作用 那么我该如何通过该Event修改component至新的ITextComponent并且触发广播

The template provides mixin options but not any document about it. I added my mixin classes and set mixin packages to `mixins.$modid.json`, but it didn't work. After I searched on...

Looks like this template project only contains 1 workflow that used to publish the updates to Maven, Curse and Modrinth. I'd like to have more integrations with GitHub that upload...

(Tried to see if RFGradle implemented any method like this, but doesn't seem like it..) Would be cool to have this as I always need to change my options (looking...

When I try to build, runClient, or runObfClient every time, fake errors are thrown onto my IntelliJ IDEA, causing the file to be popped up, which is annoying: ``` /mnt/E/Minecraft/mods/mte_patches/src/main/java/io/bluebeaker/mtepatches/mixin/rftools/MixinGuiModularStorage.java:28:...

Title is the error message. This happened when depending on `embed "com.fasterxml.jackson.core:jackson-databind:2.18.2"`, I assume it happens when embedding any library with a file conflict I managed to solve the issue...

enhancement
help wanted

When I include CraftTweaker2-MC1120-Main in dependencies, CraftTweaker API is loaded into classpath in the editor instead. This makes me unable to auto-complete anything in the crafttweaker.api.minecraft package. However runClient worked...