Skip to content

Conversation

@shartte
Copy link
Contributor

@shartte shartte commented Dec 17, 2025

Only for comparisons sake, which is also why it is based on the unmerged port branch for 1.21.11_unobfuscated

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Dec 17, 2025

  • Publish PR to GitHub Packages

Last commit published: 2fe9b3ed9b117047fcee10601c0a737d9d9be32e - version: 26.1.0.0-alpha.0+snapshot-4.20260123.181022

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

mkdir NeoForge-pr2879
cd NeoForge-pr2879
curl -L https://prmaven.neoforged.net/NeoForge/pr2879/net/neoforged/neoforge/26.1.0.0-alpha.0+snapshot-4.20260123.181022/mdk-pr2879.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.

… LightCoordsUtil

Fixed correlated compilation issues
Removed VillagerTrades patch since the system changed too much.
- Fix mis-ported patch for canSustainPlant in ChorusPlantBlock
Reintroduce conditional datapack resource loading, use a marker exception to mark entries that should be skipped when actually registering (this process is now asynchronously coupled).
…ath to determine which libs are already present.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.