Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 884 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 884 Bytes

Geyser Mapping Generator

A standalone program that generates (most of) the 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.