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

Add a new merge mappings command that works with partial parameter mappings. #13

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

shartte
Copy link
Contributor

@shartte shartte commented Dec 11, 2024

With optimized NeoForm mappings, the current merge mappings command will sadly drop official mappings that do not have corresponding entries in the NeoForm file, since it actually chains mappings rather than really merging them.

neoforged/NeoForm#13

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Dec 11, 2024

  • Publish PR to GitHub Packages

Last commit published: 14f45258995abf666aaf083a0c4ed9df0111c0bc.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #13' // https://github.com/neoforged/InstallerTools/pull/13
        url 'https://prmaven.neoforged.net/InstallerTools/pr13'
        content {
            includeModule('net.neoforged.installertools', 'cli-utils')
            includeModule('net.neoforged.installertools', 'jarsplitter')
            includeModule('net.neoforged.installertools', 'installertools')
            includeModule('net.neoforged.installertools', 'zipinject')
            includeModule('net.neoforged.installertools', 'binarypatcher')
        }
    }
}

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Dec 11, 2024
@shartte shartte merged commit 3eb8c32 into main Dec 11, 2024
2 checks passed
@neoforged-releases
Copy link

🚀 This PR has been released as InstallerTools version 3.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants