Skip to content

Port to 26.2#3198

Draft
XFactHD wants to merge 4 commits into
26.1.xfrom
port/26.2
Draft

Port to 26.2#3198
XFactHD wants to merge 4 commits into
26.1.xfrom
port/26.2

Conversation

@XFactHD
Copy link
Copy Markdown
Member

@XFactHD XFactHD commented May 30, 2026

No description provided.

@XFactHD XFactHD added the porting PR that ports NeoForge to a new MC version label May 30, 2026
@neoforged-pr-publishing
Copy link
Copy Markdown

neoforged-pr-publishing Bot commented May 30, 2026

  • Publish PR to GitHub Packages

Last commit published: 59e01b3fb0f12ca46c82288b054bda7d519f2599 - version: 26.2.0-alpha.0+pre-2.20260602.164726

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 #3198" // https://github.com/neoforged/NeoForge/pull/3198
        url = uri("https://prmaven.neoforged.net/NeoForge/pr3198")
        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-pr3198.
On Powershell you will need to remove the -L flag from the curl invocation.

mkdir NeoForge-pr3198
cd NeoForge-pr3198
curl -L https://prmaven.neoforged.net/NeoForge/pr3198/net/neoforged/neoforge/26.2.0-alpha.0+pre-2.20260602.164726/mdk-pr3198.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.

@neoforged-automation
Copy link
Copy Markdown
Contributor

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

@ApexModder ApexModder added the 26.2 Targeted at Minecraft 26.2 label Jun 1, 2026
@Fuzss
Copy link
Copy Markdown

Fuzss commented Jun 2, 2026

> * [x] Publish PR to GitHub Packages

Where is the PR publishing info like here?
#2993 (comment)

All good now!

Co-Authored-By: Dennis C <11262040+XFactHD@users.noreply.github.com>
Co-Authored-By: RogueLogix <9971693+RogueLogix@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

26.2 Targeted at Minecraft 26.2 porting PR that ports NeoForge to a new MC version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants