MinecraftDev
MinecraftDev copied to clipboard
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Current behavior: `@Invoker` error message: "Cannot resolve method X in target class" `@Accessor` error message: "Cannot...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Adding an `@Invoker` for a public method is redundant since you can just access the public...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request In Mixins, if the invoker method has the same name as the target method, then non-obfuscated...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Some Minecraft mods have switched to using a Gradle plugin called [yamlang](https://github.com/Fallen-Breath/yamlang) for their translation files....
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### IntelliJ version 2024.1.3 - Build #IU-241.17890.1 ### Operating System NixOs 24.05 ### Target platform Mixins ### Description of the bug When...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### IntelliJ version IntelliJ IDEA Community Edition 2024.1.4, IC-241.18034.62 ### Operating System Windows 10 Pro, Version 10.0.19045 Build 19045 ### Target platform...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request When someone puts bad logic in a Mixin, MixinSquared is an _incredibly_-helpful library for patching it....
### Minecraft Development for IntelliJ plugin version 2024.1-1.7.6-484 ### Description of the feature request [Rich translations](https://docs.wispforest.io/owo/rich-translations/) (tl;dr language keys with text components as values) have been a feature of the...
### Minecraft Development for IntelliJ plugin version 2024.2-1.8.2 ### Description of the feature request With Spigot and Paper, when I write : `getConfig().getBoolean("action.kickPlayer", false);` I would like that the yml...
### Minecraft Development for IntelliJ plugin version 2024.2-1.8.2 ### IntelliJ version 2024.2.2 ### Operating System windows11 23h2 ### Target platform Architectury, Minecraft Forge, Mixins ### Description of the bug when...