https://github.com/geysermc/mappings-generator
Mapping generator for Minecraft Bedrock <-> Java data mappings.
https://github.com/geysermc/mappings-generator
Last synced: about 1 year ago
JSON representation
Mapping generator for Minecraft Bedrock <-> Java data mappings.
- Host: GitHub
- URL: https://github.com/geysermc/mappings-generator
- Owner: GeyserMC
- License: mit
- Created: 2019-07-29T21:33:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T16:45:18.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:49:39.770Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 7.89 MB
- Stars: 16
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geyser Mapping Generator
A standalone program that generates (most of) the [mappings](https://github.com/GeyserMC/mappings) used throughout Geyser.
## Setup
- Clone this repository locally: `git clone https://github.com/GeyserMC/mappings-generator`
- Ensure submodules are cloned
- Navigate to the `mappings-generator` directory.
## Running
Use the `Run` button in your IDE.
Once the program is done running, files will be created containing mappings needed for the version you are using. Please keep in mind that while this generator will map most of the needed information on its own, in many instances (such as with game updates with completely new values), you will have to do some manual mapping of some kind or create mappers within this project.
## Updating for future versions
Update the `javaMinecraftVersion` variable in `build.gradle.kts` to your desired version.