MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.

Results 219 MinecraftDev issues
Sort by recently updated
recently updated
newest added

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...

type: bug
status: unverified

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...

type: enhancement
status: unverified
status: accepted
status: needs investigation

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...

type: bug
status: unverified

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...

type: enhancement
status: accepted
platform: all
status: pr welcome

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); }...

type: bug
platform: bukkit
platform: sponge
feature: events
status: accepted

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....

type: bug
status: unverified

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...

type: bug
status: accepted
build: gradle
platform: fabric

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...

type: bug
status: accepted

[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).

type: enhancement
status: accepted