download from releases: https://github.com/natdefault/mapget/releases
written by natdefault, 4xnico.
this is a simple minecraft mapping lookup tool
you can input things like field_9989, func_1234, or other mapped/obfuscated names and it will try to return a readable name, class path, type, and some extra info depending on the mapping data.
it supports:
- yarn
- mojmap
- mcp (only older versions, 1.12 and below)
- auto mapping detection
- obfuscated mode (for yarn-style inputs)
- retromcp
- srg
- tsrg
- intermediary
it takes minecraft internal names and tries to turn them into something readable so you can understand what they actually are.
example:
input: field_9989
output: resolved name (example: mossy_cobblestone or similar depending on mapping) class path type (field/method/class) version info extra debug info if available
- choose from 5 distinct themes.
- fast cache
- automatic updating to latest version
- pyinstaller support
there are two ways of using this program.
to build with pyinstaller, you need to use the included build tool.
py build.py
the .exe file will be ready in the 'dist' directory.
install dependencies:
pip install -r requirements.txt
run the app:
python main.py
mcp only works for versions it supports (1.12 and below) first run might take longer because it downloads mapping data and caches it locally
licensed under the gnu agpl-3.0 license.