Cannot find Obfuscate
Jaantheman opened this issue ยท 4 comments
So. I was going to build my mod(to gen all of the natives) And it gives me this:
Could not find curse.maven:obfuscate:<2946425>_mapped_snapshot_20200514-1.15.1.
I do not know why "_mapped_snapshot_20200514-1.15.1." is there.
Can you help me?
Which version of Minecraft are you developing for? It sounds like you haven't included the CurseForge repositories to your build.gradle.
repositories {
maven {
url = "https://www.cursemaven.com"
}
}
yea i have the same problem but for 1.16 @MrCrayfish
@Jaantheman have you found a fix?