You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
when we boot the server it crashes after being loaded for about 5 seconds with this crash report. https://mclo.gs/WiuBQWp the server has been running fine the last 2 weeks until today.
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! 🚀
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.