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

Fix 1.20.4 compatibility #212

Merged
merged 4 commits into from
Jan 1, 2025
Merged

Fix 1.20.4 compatibility #212

merged 4 commits into from
Jan 1, 2025

Conversation

Technici4n
Copy link
Member

The following changes from the legacy plugin basically need to be used in any version before the FML rework in 1.20.5:

  • The client-extra artifact needs a special name.
  • The Minecraft classes artifact needs to be on the legacy classpath.
  • MOD_CLASSES environment variable.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jan 1, 2025

  • Publish PR to GitHub Packages

Last commit published: bb0933bbc2bd66466340a3e7640e07e2210c6440.

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 #212' // https://github.com/neoforged/ModDevGradle/pull/212
        url 'https://prmaven.neoforged.net/ModDevGradle/pr212'
        content {
            includeModule('net.neoforged.moddev.legacyforge', 'net.neoforged.moddev.legacyforge.gradle.plugin')
            includeModule('net.neoforged.moddev.repositories', 'net.neoforged.moddev.repositories.gradle.plugin')
            includeModule('net.neoforged.moddev', 'net.neoforged.moddev.gradle.plugin')
            includeModule('net.neoforged', 'moddev-gradle')
        }
    }
}

@neoforged-automation neoforged-automation bot added the needs rebase This Pull Request needs to be rebased before being merged label Jan 1, 2025
@neoforged-automation
Copy link

@Technici4n, this pull request has conflicts, please resolve them for this PR to move forward.

@neoforged-automation neoforged-automation bot removed the needs rebase This Pull Request needs to be rebased before being merged label Jan 1, 2025
@shartte shartte enabled auto-merge (squash) January 1, 2025 17:47
@shartte shartte merged commit 9163863 into main Jan 1, 2025
5 checks passed
@shartte shartte deleted the fix-1.20.4 branch January 1, 2025 17:51
@neoforged-releases
Copy link

🚀 This PR has been released as ModDevGradle version 2.0.68-beta.

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.

2 participants