Перейти к содержимому
Mineforgian

Yarn Mapping Provider

Provide Yarn mapping for MappingResolver

Загрузки
321
Подписчики
2
Обновлён
19 февраля 2023 г.
Лицензия
All-Rights-Reserved

Опубликован 18 февраля 2023 г.

Yarn Mapping Provider Description

Yarn mapping is a project that aims to create a human-readable mapping file for the Minecraft codebase. Mapping files are used to translate obfuscated class, field, and method names to their original names.

Minecraft's codebase is obfuscated, which means that the names of classes, fields, and methods are intentionally obfuscated to make it more difficult for others to understand and modify the code. This is done for legal reasons and to prevent cheating in multiplayer environments.

However, this obfuscation can make it difficult for developers to read and understand the code. Mapping files provide a way to translate the obfuscated names to their original names, making it easier to read and understand the code.

Features

  • Automatically download mapping file.
  • Provide "named" mapping to MappingResolver without having to use development environment. But runtime namespace still the same.

Ченджлог

1.1Релиз1.19.1, 1.19.2, 1.19.3 · 19 февраля 2023 г.

Fixes

  • fix NoSuchFileException
1.0Релиз1.19.1, 1.19.2, 1.19.3 · 18 февраля 2023 г.

Features

  • Automatically download mapping file.
  • Provide "named" mapping to MappingResolver without having to use development environment. But runtime namespace still the same.

Комментарии

Загружаем…