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

Please include the following information in all bug reports: * Minecraft Development for IntelliJ plugin version: 2022.1-15.1.19 * IntelliJ Version 2022.1 * Operating System: PopOS 22.04 * Target Platform: Quilt,...

type: bug
platform: mixins

In Fabric, we need to make mod initializer `implements` their interfaces [1]. one of example is: ```java @net.fabricmc.api.Environment(net.fabricmc.api.EnvType.CLIENT) public class MyMod implements ClientModInitializer { //

type: enhancement
platform: fabric

[run-paper](https://github.com/jpenilla/run-paper) is a gradle plugin for paper developement that allows for running the paper server directly from the ide with the plugin from the project that is in use. This...

type: enhancement
status: unverified

Minestom is a server building library, made for creating minigames. They created their own multithreading-able library using none of Mojang's code. You could maybe add options to create a default...

type: enhancement
status: possibility
status: pr welcome

### The Problem: When the name of a mixin class has a dollar sign in it, it is displayed as nonexistent in modname.mixins.json, even though mixin has no trouble processing...

type: bug
status: unverified

I added Kotlin support for Bukkit, Spigot and PaperMC projects. Plus, Kotlin support is easily extendable on any other platform. Just declare in your module that you support Kotlin `override...

* **Minecraft Development plugin for Intellij version:** 2021.3-1.5.18-314 * **IntelliJ version:** 2021.3.2 * **Operating system:** Ubuntu 20.04.4 * **Target platform:** SpongeVanilla, SpongeAPI 8 "Minecraft Development" plugin for Intellij generates a...

type: bug
status: unverified

Like for package.json (Node.JS) on webstorm, that can be cool to add an autocomplete for Forge versions in build.gradle (for example if I begin to tap "1.18.2-40.0", it suggest versions...

type: enhancement
status: future

* Minecraft Development for IntelliJ plugin version: 1.5.18 * IntelliJ version: 2021.3.2 * Target platform, if relevant: Mixin To target a constructor like this ![image](https://user-images.githubusercontent.com/35262707/158629508-c668bf98-af40-4def-82b2-9480e8da3bc4.png) [Mixin format](https://jenkins.liteloader.com/job/Mixin/javadoc/org/spongepowered/asm/mixin/injection/points/BeforeNew.html) requires you to...

type: bug
platform: mixins