Minecraft Development for IntelliJ plugin version
2026.1-1.8.15
IntelliJ version
2026.1.1
Operating System
MacOS
Target platform
Fabric
Additional description
The create project wizard for fabric mods needs to be updated for 26.1. The following problems occurr when you try to create a new fabric project right now:
- The provided gradle version (9.2.1) is too old for loom as 9.4 is required.
fabric-loom needs to replaced with net.fabricmc.fabric-loom which doesn't do remapping
- mappings need to be removed from the dependencies section
- modImplementation needs to be replaced with implementation
The mapping selection should also be removed from the wizard completely for any version without obfuscation
Minecraft Development for IntelliJ plugin version
2026.1-1.8.15
IntelliJ version
2026.1.1
Operating System
MacOS
Target platform
Fabric
Additional description
The create project wizard for fabric mods needs to be updated for 26.1. The following problems occurr when you try to create a new fabric project right now:
fabric-loomneeds to replaced withnet.fabricmc.fabric-loomwhich doesn't do remappingThe mapping selection should also be removed from the wizard completely for any version without obfuscation