Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Mapping-IO support #463

Merged
merged 17 commits into from
Nov 28, 2023
Merged

Initial Mapping-IO support #463

merged 17 commits into from
Nov 28, 2023

Conversation

NebelNidas
Copy link
Contributor

@NebelNidas NebelNidas commented Sep 22, 2022

This PR adds full Mapping-IO import and export support. It doesn't replace Enigma's own (legacy) import/export code (yet), so you can choose which library to use, in case there are still bugs in the new solution. The CLI defaults to the MIO implementations, this can be changed via the enigma.use_mappingio System property.

Closes #402 and supersedes #465.

@modmuss50
Copy link
Member

At a glace this looks like a great start.

Most of the time we dont use the GUI to select the mappings, in yarn its passed as run argument, or the commands to augment the mappings are directly invoked. It might be nice to have a system property? to make it the default option so we could try it out easily in yarn.

@NebelNidas NebelNidas changed the title Experimental mapping-io support Initial Mapping-IO support Oct 9, 2023
@NebelNidas NebelNidas marked this pull request as ready for review October 9, 2023 10:05
gradlew.bat Outdated Show resolved Hide resolved
@modmuss50 modmuss50 merged commit 7622b75 into FabricMC:master Nov 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to use the https://github.com/FabricMC/mapping-io libary
2 participants