-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCA remap issue with 1.21 #179
Comments
Huh, does this prevent you from loading the project ? |
Yep, can't resolve any classes in CCA dependencies with this error. |
Could this be a JVM issue? I see the most recent version of this project uses 21, and I have my mod set to 17. |
Minecraft 1.20.5+ needs Java 21, so you will need to update regardless. |
Ok, thanks for the info. I changed my JVM in build.gradle but I am still getting the remap issue as above. Gradle version is not the issue either, also changed mine to 8.7 to match with the CCA project. |
Any update on this issue? |
It's definitely not a new error, but all the other people who got it over the years said it wasn't actually breaking anything. The annotation in question has been removed from the mcannotations library though, so I will most likely remove the dependency in the next update. In the meantime, you should be able to fix this issue by adding mcannotations to your own compileOnly("com.demonwav.mcdev:annotations:1.0") |
I am trying to use CCA base and entity 6.1.0 for a mod project under MC 1.21 but I am getting the following error from the gradle sync:
This happens with any mappings I have tried, including the yarn mappings specified in this repo's properties (yarn_mappings=1.21+build.1). Even after completely wiping my gradle cache and build folders this issue persists.
The text was updated successfully, but these errors were encountered: