I cant compile my mod #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When i try to compile i get this error:
`Downloads\fabric-example-mod-master\fabric-example-mod-master> .\gradlew vscode
FAILURE: Build failed with an exception.
A problem occurred configuring root project 'fabric-example-mod-master'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan
to get full insights.
Get more help at https://help.gradle.org`
Hello, it seems you swapped versions of fabric loader and fabric API. You are trying to load API version 0.11.3 and loader version 0.32.5+1.16, but it should be the opposite.