Jump to content

Recommended Posts

Posted

When I wrote mod-A, I applied another mod-B (I wrote it myself, which has been obfuscated), so in the build.gradle I edited the following:

dependencies {
minecraft 'net.minecraftforge:forge:1.15.2-31.2.36'
compile fg.deobf(files('mod-B.jar'))//👈
}

The following problems are encountered in the build dependencies period:

files(...) dependencies are not deobfuscated. Use a flatDir repository instead.
Cannot deobfuscate dependency of type DefaultSelfResolvingDependency_Decorated, using obfuscated version!

The deobfuscation is skipped, directly compiled and run, resulting in various functions and field errors...

 

So the problem is:

How to correctly [import/compile] an existing mod when developing the addon mod?

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.