I'm trying to include another mod in my mod (with permission) but that mod doesn't have maven set up with it, so I'm not sure how to include it in my build.gradle.
This is the mod: https://github.com/Blumbo/Client-Sided-Crystals, as you can see there's no .pom file in it, and there's no place it's hosted on maven.
Any idea how to do this?
#Include mod without maven
1 messages · Page 1 of 1 (latest)
?
ye
If the mod you are including or depending on is available on Modrinth, you can use https://support.modrinth.com/en/articles/8801191-modrinth-maven
How do I use the Modrinth Maven?
-jvm overloads
Could not resolve all files for configuration ':modImplementation'.
Could not find maven.modrinth:Client-Sided-Crystals:1.1.0.
Searched in the following locations:
- https://api.modrinth.com/maven/maven/modrinth/Client-Sided-Crystals/1.1.0/Client-Sided-Crystals-1.1.0.pom
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
(removed ping until I try more things)
fixed!
include(modImplementation "maven.modrinth:Client-Sided-Crystals:1.1.0-1.20")