MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Unique identifier for Neoforge projects

Open GradientGamer-XD opened this issue 8 months ago • 1 comments

Minecraft Development for IntelliJ plugin version

2024.3-1.8.3

Description of the feature request

Image

NeoForge projects are shown as either the default minecraft block (shown above) or the forge icon. It could be a bug

GradientGamer-XD avatar Apr 16 '25 01:04 GradientGamer-XD

This happens when there multiple frameworks detected in the same module. The Forge detection relies on the presence of a net.minecraftforge.fml.common.Mod class in one of the libraries, it's either that or you manually set Forge in the facet settings

RedNesto avatar Jun 05 '25 17:06 RedNesto