Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deobfuscation? #343

Open
bessieTheBoy opened this issue Jul 10, 2024 · 1 comment
Open

Deobfuscation? #343

bessieTheBoy opened this issue Jul 10, 2024 · 1 comment

Comments

@bessieTheBoy
Copy link

I've been messing around with minecraft source code a lot recently. The issue is I find it very difficult to do because of the lack of mappings. Maybe I didn't look hard enough, but I didn't find anything. I'm looking for something like parchment but for MCP-Reborn. I could just be dumb and there is a way to do this with parchment.

@jvrcruzGAMES
Copy link

Actually, if you're using MCP Reborn version 1.20.2, you can use parchment

You need to set it up on your build.gradle file

Like this:

ext {
    minecraft_version = '1.20.2'
    mcp_version = '20230921.100330'
    mappings_channel = 'parchment'
    mappings_version = '2023.12.10-1.20.2'
    spi_version = '7.0.0'
}

Don't forget to add the repository and plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants