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

Update to FML locator rewrite #834

Merged
merged 24 commits into from
May 1, 2024

Conversation

shartte
Copy link
Contributor

@shartte shartte commented Apr 21, 2024

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Apr 21, 2024

  • Publish PR to GitHub Packages

Last commit published: 2adab17e5f205f0d7813a3bea4d54529781cb6fc.

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 #834' // https://github.com/neoforged/NeoForge/pull/834
        url 'https://prmaven.neoforged.net/NeoForge/pr834'
        content {
            includeModule('net.neoforged', 'neoforge')
            includeModule('net.neoforged', 'testframework')
        }
    }
}

MDK installation

In order to setup a MDK using the latest PR version, run the following commands in a terminal.
The script works on both *nix and Windows as long as you have the JDK bin folder on the path.
The script will clone the MDK in a folder named NeoForge-pr834.
On Powershell you will need to remove the -L flag from the curl invocation.

mkdir NeoForge-pr834
cd NeoForge-pr834
curl -L https://prmaven.neoforged.net/NeoForge/pr834/net/neoforged/neoforge/20.6.38-beta-pr-834-fml-locator-rewrite/mdk-pr834.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zip

To test a production environment, you can download the installer from here.

@Technici4n Technici4n deleted the branch neoforged:1.20.x April 23, 2024 20:23
@Technici4n Technici4n closed this Apr 23, 2024
@shartte shartte reopened this Apr 23, 2024
@shartte shartte changed the base branch from port/1.20.5 to 1.20.x April 23, 2024 20:33
@Minecraftschurli Minecraftschurli added the 1.20.5 Targeted at Minecraft 1.20.5 label Apr 24, 2024
@Matyrobbrt Matyrobbrt added enhancement New (or improvement to existing) feature or request and removed 1.20.5 Targeted at Minecraft 1.20.5 labels Apr 30, 2024
@Matyrobbrt Matyrobbrt added breaking change Breaks binary compatibility 1.20.6 Targeted at Minecraft 1.20.6 labels Apr 30, 2024
@shartte shartte marked this pull request as ready for review May 1, 2024 18:38
@shartte shartte requested a review from Matyrobbrt May 1, 2024 20:27
@shartte shartte requested a review from Technici4n May 1, 2024 20:30
@Matyrobbrt Matyrobbrt merged commit 6f7d7da into neoforged:1.20.x May 1, 2024
4 checks passed
ApexModder pushed a commit to ApexModder/NeoForge that referenced this pull request May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.6 Targeted at Minecraft 1.20.6 breaking change Breaks binary compatibility enhancement New (or improvement to existing) feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants