Mapping generator and mapping files for the Via projects.
Go to file
Nassim Jahnke 1e88920585
Init
2023-03-04 19:54:11 +01:00
mappings Init 2023-03-04 19:54:11 +01:00
output Init 2023-03-04 19:54:11 +01:00
src/main Init 2023-03-04 19:54:11 +01:00
.gitignore Init 2023-03-04 19:54:11 +01:00
LICENSE Init 2023-03-04 19:54:11 +01:00
pom.xml Init 2023-03-04 19:54:11 +01:00
README.md Init 2023-03-04 19:54:11 +01:00

Mappings

Generates mapping files for Via*.

Usage

java -jar MappingsGenerator-2.0.jar <path to server jar> <version>
So for example: java -jar MappingsGenerator-2.0.jar server.jar 20w22a

The mapping file will then be generated in the mappings directory.

License

The Java code is licensed under the GNU GPL v3 license. The files under mappings/ are free to copy, use, and expand upon in whatever way you like.