Jump to content

[1.12.2] Getting the client jars


JustAnotherCoder

Recommended Posts

Hey, I am trying to get the minecraft client jar that forge uses for specific classes/methods, The client that is found under versions folder does not include this packages, nor does the server jar. Where can I find this jar?

The classes in the jar that I am looking for is


 

Quote

net.minecraft.client.Minecraft;

net.minecraft.command.*;

 

You get the point, The client/jar does not have those packages where can I get the jar that includes that packages?

 

edit: I need the obfuscated jar with the obfuscated names with func_ and such.

Edited by JustAnotherCoder
Link to comment
Share on other sites

Why are you trying to do this?

I believe that the deobfuscated jars are in your gradle cache.

You can try and use MCP to get the SRG named jar, but we don’t support that or encourage that here.

If you just need to find the names of methods/fields/parameters (for AccessTransformers etc.) you can use MCPBot (espernet) or ForgeBot (discord)

All mapping to SRG names in a non dev environment is done at runtime by Forge, and I’m pretty sure that in 1.13+ they won’t be doing runtime debfuscation anymore (it hasn’t really been needed for a while)

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

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.

Announcements



×
×
  • Create New...

Important Information

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