Hi everyone,
I'm trying to set up a Forge mod for Minecraft 1.21.4 (Forge MDK 54.1.2), but I'm having issues with missing imports. For example, import net.minecraft.world.item.Tier; isn't recognized by IntelliJ/Gradle, even though the same import works fine in a 1.20 mod.
I've tried:
Running ./gradlew --refresh-dependencies
Running ./gradlew build and ./gradlew genIntelliJRuns
Checking my build.gradle mappings (tried both official and parchment)
But nothing seems to fix the issue. Has Tier been removed or replaced in 1.21? Or is there something wrong with my setup? Any help would be greatly appreciated!
Thanks! 🚀