MinecraftDev
MinecraftDev copied to clipboard
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
2022.1-1.5.20 mcdev IntelliJ IDEA 2022.1.4 (Ultimate Edition) Build #IU-221.6008.13, built on July 19, 2022 Windows 10 Forge INFO: making mod but not using the plugin and randomly got this error...
Hi, I love using this plugin to setup my minecraft plugin projects. In the past I have always used Java, but recently, I switched to Kotlin because I personally like...
IntelliJ IDEA 2022.1.3 (Community Edition) Build #IC-221.5921.22, built on June 21, 2022 Runtime version: 11.0.15+10-b2043.56 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young...
This is a very simple QOL feature that I would definitely find useful, usually as I am the only one writing my plugins. When creating a new project, and filling...
Basicly if setCancelled is called checking if the event is cancelled is a valid thing to do. Example: ``` @Listener public void onChangeBlock(ChangeBlockEvent event) { if (something) { event.setCancelled(true); }...
Adds an action similar to `CopyAtAction` that copies the coremod target to clipboard. The coremod target is some json, that is used in JavaScript coremods using the [coremods library](https://github.com/MinecraftForge/coremods) to...
Minecraft: 1.18.2 Platform: Fabric Idea version: 2022.1 MCDev version: 1.5.20 OS: Windows 10 Often it can cause lags while editing lang files and sometimes happens process freeze for 10+ seconds....
Plugin Version: 2020.3-1.5.1-205 IntelliJ Version: IntelliJ IDEA 2020.3 (Community Edition) Build #IC-203.5981.155, built on November 30, 2020 Runtime version: 11.0.9+11-b1145.21 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS...
Intellij IDEA Ultimate: 2022.1.2 Minecraft Development Plugin: 2022.1-1.5.20 Language files seem to be not discovered properly. The project is using Architectury Loom to support both Forge and Fabric. Because of...
[Quilt](https://quiltmc.org/) is a fork of Fabric and it just went into beta yesterday. For reference, their ~~example mod is [here](https://github.com/QuiltMC/quilt-example-mod)~~ template mod is [here](https://github.com/QuiltMC/quilt-template-mod).