Deobfuscation?
Opened this issue · 1 comments
bessieTheBoy commented
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 commented
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