MinecraftDev
MinecraftDev copied to clipboard
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT. Please include the following information in all bug reports: * Minecraft Development for IntelliJ plugin version * IntelliJ version * Operating...
This idea came out of BlanketCon where TerrariaMod had an absolute ton of Items that would mutate state directly on the `Item` instance, which is incorrect as it globally affects...
It should be pretty simple to include datapacks in the list of platforms supported by this plugin, and It would make it a bit more complete. I couldn't find another...
This PR is a remake (WIP) of #315 (and a remake of #1809 🙄) (for somes reasons @PaleoCrafter are busy). I made this remake with his agreement (If you don't...
I am unable to select Minecraft versions. Some error is coming
* Minecraft Development for IntelliJ plugin version * 2022.1-1.5.19-328 * IntelliJ version * 2022.1.2, Build IC-221.5787.30 * Operating System * Windows 10 Pro * Target platform, if relevant * Architectury...
It'd be cool if an example-icon would be included in the created Projects (I use Fabric, i don't know if it exists in Forge/etc).
* Minecraft Development for IntelliJ 2021.3-1.5.18 * IntelliJ info: IntelliJ IDEA 2021.3 (Ultimate Edition) Build #IU-213.5744.223, built on November 27, 2021 Runtime version: 11.0.13+7-b1751.19 amd64 VM: OpenJDK 64-Bit Server VM...
This can be made with an Injector mixin that always cancels the rest of the function (at head) and possibly returns a different value. This is effectively an overwrite with...
I love this plugin, but I recently started working in multiloader projects and discovered that the plugin does not support creating such projects. It works on existing multiloader projects but...