Obfuscate

Obfuscate

34M Downloads

Cannot find Obfuscate

Jaantheman opened this issue ยท 4 comments

commented

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?

commented

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"
    }
}
commented

Maybe. Well. 1.15.2

commented

yea i have the same problem but for 1.16 @MrCrayfish

commented

@Jaantheman have you found a fix?