Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phase/minecraftmappings
Transitive Minecraft Mappings for 1.7.10 through 1.15.2 (Spigot <-> MCP <-> Yarn <-> Mojang)
https://github.com/phase/minecraftmappings
mcp minecraft minecraft-mappings spigot yarn
Last synced: about 2 months ago
JSON representation
Transitive Minecraft Mappings for 1.7.10 through 1.15.2 (Spigot <-> MCP <-> Yarn <-> Mojang)
- Host: GitHub
- URL: https://github.com/phase/minecraftmappings
- Owner: phase
- License: mit
- Created: 2019-05-01T05:45:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:48:19.000Z (about 2 years ago)
- Last Synced: 2024-10-14T15:09:29.154Z (2 months ago)
- Topics: mcp, minecraft, minecraft-mappings, spigot, yarn
- Language: Kotlin
- Homepage:
- Size: 863 KB
- Stars: 57
- Watchers: 3
- Forks: 22
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Mappings
This tool creates transitive mappings for various Minecraft versions.
All the mappings can be translated to one another for a given version: `spigot2mcp.srg`, `srg2obf.mcp`, etc.
Supported versions:
| | Spigot | MCP | Searge | Yarn | Intermediary | Mojang |
|--------|----------|----------|----------|----------|--------------|----------|
| 1.15.2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| 1.15.1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| 1.15 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| 1.14.4 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| 1.14.3 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| 1.14.2 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| 1.14.1 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| 1.14 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| 1.13.2 | ✓ | ✓ | ✓ | | | |
| 1.13.1 | ✓ | ✓ | ✓ | | | |
| 1.13 | ✓ | ✓ | ✓ | | | |
| 1.12.2 | ✓ | ✓ | ✓ | | | |
| 1.12 | ✓ | ✓ | ✓ | | | |
| 1.11 | ✓ | ✓ | ✓ | | | |
| 1.10.2 | ✓ | ✓ | ✓ | | | |
| 1.9.4 | ✓ | ✓ | ✓ | | | |
| 1.9 | ✓ | ✓ | ✓ | | | |
| 1.8.9 | | ✓ | ✓ | | | |
| 1.8.8 | ✓ | ✓ | ✓ | | | |
| 1.8 | ✓ | ✓ | ✓ | | | |
| 1.7.10 | | ✓ | ✓ | | | |Supported formats:
- SRG
- CSRG
- TSRG
- Tiny (fields descriptors don't exist)
- JSONThese mappings were made possible by @Techcable, the MCP team, Bukkit, SpigotMC, FabricMC, Mojang, and various other people.
## TODO
- [ ] [older versions](https://github.com/agaricusb/MinecraftRemapping)
- [ ] < 1.8 CraftBukkit mappings?
- [ ] snapshots?## License
* All Kotlin scripts are MIT Licensed.
* The MCP mappings are the property of the MCP Team and are released under the MCP License.
* The Spigot mappings are copyright SpigotMC Pty. Ltd.
* The Yarn mappings are licensed under the Creative Commons Zero license.
* The Mojang mappings are copyright Microsoft.