Posted November 21, 20186 yr 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 November 21, 20186 yr by JustAnotherCoder
November 21, 20186 yr 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 Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.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)
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.