Jump to content

Mod Dependency Issue [1.18.2]


NCP Bails

Recommended Posts

I am trying to implement a mod of mine as a dependency for a new project, and it is not working. I have been able to implement other mods as dependencies just fine.

The only error I get is: Could not get resource 'https://www.cursemaven.com/curse/maven/modestmining-533775/4389607/modestmining-533775-4389607.jar'. When that link is put into google it shows up as forbidden, unlike other mod links that start downloading the mod when used.

This is how I'm implementing the dependencies in the build.gradle file: (Modest Mining is the one that does not work)

dependencies {
    minecraft 'net.minecraftforge:forge:1.18.2-40.1.86'

    runtimeOnly fg.deobf("curse.maven:appleskin-248787:3927564")
    runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.7.0.193")
    implementation fg.deobf("curse.maven:geckolib-388172:4096656")
    implementation fg.deobf("curse.maven:modestmining-533775:4389607")
    implementation fg.deobf("curse.maven:farmersdelight-398521:3999157")
}

I don't understand what the problem is, and don't know where to go from here. Any help is appreciated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.