https://github.com/vinetos/minecraft-protocol-map
Map Minecraft versions and protocol numbers for Minecraft 1.7+
https://github.com/vinetos/minecraft-protocol-map
Last synced: 5 months ago
JSON representation
Map Minecraft versions and protocol numbers for Minecraft 1.7+
- Host: GitHub
- URL: https://github.com/vinetos/minecraft-protocol-map
- Owner: Vinetos
- License: gpl-3.0
- Created: 2021-09-09T18:52:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T17:42:06.000Z (over 4 years ago)
- Last Synced: 2025-01-24T03:01:35.794Z (over 1 year ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft-Protocol-Map
Map Minecraft versions and protocol numbers for Minecraft 1.7+
# What is inside ?
An array of JSON object containing 3 parameters :
| Field | Description | Examples |
|-----------------|-----------------------------------------------|----------------------|
| name | The name of the version | `1.18.2`, `21w08a` |
| protocol | The protocol name or integer | `Snapshot 47`, `755` |
| real_protocol | The real protocol value as int (used in code) | `1073741871`, `755` |
| related_version | The related version for snapshot | `1.17`, `1.16.2` |
> **/!\ Warning**: Some version have **the same** `protocol` and/or `real_protocol` value. **They are not unique for a specific version.**
> For instance, `1.10`, `1.10.1` and `1.10.2` have the same `protocol` and `real_protocol` (`210`).
# How to use ?
Download file or access directly to the [readable version](https://raw.githubusercontent.com/Vinetos/Minecraft-Protocol-Map/master/map.json) or the [minified version](https://raw.githubusercontent.com/Vinetos/Minecraft-Protocol-Map/master/map.min.json) to retreive all versions and protocol.