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: 2019.2-1.2.23.1 → 2019.2-1.3.1 * IntelliJ version: 2019.2.3 * Operating System Linux (Arch) * Target...

type: bug
platform: mixins

Currently the mixin is always added to the `mixins` array in mixin configs, however if the target class is client-side-only, it should be easy to infer that it should go...

type: enhancement
status: accepted

As a disclaimer, this is very much to be interpreted as a WIP feature right now, but I still wanted to get out the current results and iteratively improve upon...

type: enhancement
status: wip

My minor suggestion(s): - raise the quality of the icons of the server platforms - make the Velocity icon more visible (bad contrast) - the PaperMC logo changed: https://papermc.io/images/logo-marker.svg

type: enhancement
status: accepted

this still doesn't detect AT files for paper (even after marking them manually), so goto at doesn't actually work, but copyat does

Curently, MinecraftDev doesn't remove warning when using @SupressWarnings annotation. Sponge mixins add some token for this annotation which are listed [here](https://github.com/SpongePowered/Mixin/blob/master/src/ap/java/org/spongepowered/tools/obfuscation/SuppressedBy.java) @SuppressWarnings("target") Should remove `Cannot resolve method 'xxxxx' in target...

type: enhancement
status: accepted
platform: mixins

This PR rewrites the SideOnly inspections. For details, see [my gist](https://gist.github.com/Earthcomputer/c9aded5e879fbad6b84ab513e121a16c). - [x] Add a new SideOnly inspection to replace the old ones. - [x] Add `SideOnly`, `OnlyIn` and `Environment`...

platform: forge
status: wip
platform: fabric

This adds support for various methods/functions in MCP code bases that take colors as parameters. Currently supported are hex color codes (encoded as integers) as well as [0,1] and [0,255]...

status: wip
platform: mcp

This pull request implements support for PlaceholderAPI Expansions. The only thing I have yet to figure out is why it's not detecting properly to show the icon. Currently, it will...

status: wip

Forge recently added support for mojang mappings. Having an option to switch between stable, snapshot or offical (mojang mappings) in the forge settings would be a great feature imo. ![image](https://user-images.githubusercontent.com/6131099/115972624-c15c8e80-a54f-11eb-98be-bb6d77398770.png)...

type: enhancement
platform: forge
status: accepted