Jump to content

Recommended Posts

Posted (edited)

Hi! I can't build my mod, I get an error. 

I assume that the deobfuscated version of the mod is not being created in the cache.  

I tried deleting the .gradle/cache/forge_gradle folder

Restarted the environment 3-5 times.

Tried to build the project more than 10 times.

Several times I tried to rebuild dependent libraries. 

What can I do?

build.gradle

dependencies {
    minecraft 'net.minecraftforge:forge:1.16.5-36.2.23'
    annotationProcessor 'org.spongepowered:mixin:0.8:processor'

    implementation fg.deobf("software.bernie:geckolib:3.0.71")
    implementation fg.deobf("ru.hollowhorizon.hc:hc:1.0")
    implementation fg.deobf("com.suchdifferent.worldmanager:worldprotector:1.0.2")

}

Full error

  Reveal hidden contents

 

Edited by Hedndai
error under spoiler
Posted
  Reveal hidden contents

 

Posted

Ok, it was very strange bug.

I removed "worldmanager" from "com.suchdifferent.worldmanager:worldprotector:1.0.2" and got "com.suchdifferent:worldprotector:1.0.2"

Everything worked fine. 

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.

Announcements



×
×
  • Create New...

Important Information

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