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

Very Legacy (basic support for 1.16.5 and older) #51

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shartte
Copy link
Collaborator

@shartte shartte commented Jan 1, 2025

  • Add rudimentary support for dynamic versions based on pulling in maven-metadata.xml, since older Forge versions used to reference some tooling via dynamic versions.
  • Add support for specifying MCP mapping data files via CLI for 1.16.5 and older
  • Add support for remapping sources based on those MCP mapping files instead of merged official mappings
  • Automatically skip injecting package-info-template.java found in older Forge versions, since it doesn't compile

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jan 1, 2025

  • Publish PR to GitHub Packages

Last commit published: 61faea8e0112313dc5f8f421a048d0f7ba830582.

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 #51' // https://github.com/neoforged/NeoFormRuntime/pull/51
        url 'https://prmaven.neoforged.net/NeoFormRuntime/pr51'
        content {
            includeModule('net.neoforged', 'neoform-runtime')
        }
    }
}

@shartte shartte changed the title Very Legacy Very Legacy (basic support for 1.16.5 and older) Jan 1, 2025
@shartte shartte marked this pull request as draft January 1, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant