running genSources causes an error where no 'minecraft' dependency is specified #76
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?
Everytime I run ./gradlew genSources the build fails and it says that no Minecraft dependency is specified.
I also have this issue:
Could not run phased build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-6.7-bin.zip'.
Build completed with 2 failures.
I am getting a similar issue.
Here is some info
When I try to launch the client, I get the following errors:
The import net.minecraft cannot be resolved
TitleScreen cannot be resolved to a type
These errors are happening in the example mixing file.
Here are the following logs:
[19:45:27] [main/ERROR] (FabricLoader) Could not find valid game provider!
[19:45:27] [main/ERROR] (FabricLoader) - Minecraft
I ran cleanup Loom Binary but I still got the errors.
If someone could help me that would be great,
Thanks
Calvin-Coding