-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to load KotlinForForge correctly on Architectury 1.21 #106
Comments
I'm also experiencing this btw! |
Did you ever figure out a solution to this? I have started getting this error in my dev environment when trying to update my mods to 1.21.4. |
try implementation("kff") {
exclude(group = "net.neoforged.fancymodloader", module = "loader")
} |
I get the following error when I add that:
|
You're supposed to replace "kff" with the Kotlin for Forge dependency |
^ |
Ah, my bad. If I'm not directly including KFF in my build.gradle but inheriting it via another mod (YACL in my case), do I add the |
Hmm probably add it on the mod that you are depending yes |
What's weird is that if I add the
I get almost the same error as before, except it says
I can't really tell if this is progress or just a shifting goalpost. Edit: |
Minecraft: 1.21
NeoForge: 21.0.143
Architect Plugin: 3.4.159
Architectury Loom: 1.7.412
https://github.com/thedarkcolour/KotlinForForghttps://github.com/thedarkcolour/KotlinForForge/issues/103e/issues/103
The text was updated successfully, but these errors were encountered: