-
-
Notifications
You must be signed in to change notification settings - Fork 281
[DO NOT MERGE] port/26.1 #2879
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
base: port/1.21.11_unobfuscated
Are you sure you want to change the base?
[DO NOT MERGE] port/26.1 #2879
Conversation
Last commit published: 2fe9b3ed9b117047fcee10601c0a737d9d9be32e - version: PR PublishingThe artifacts published by this PR:
Repository DeclarationIn 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 installationIn order to setup a MDK using the latest PR version, run the following commands in a terminal. 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.zipTo 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.
…nused and no longer available
- 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.
Co-authored-by: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com>
…r a fluid interaction (#2896)
Co-authored-by: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com>
…ken javadoc references to removed Event#hasResult (#2833)
Signed-off-by: TheSilkMiner <thesilkminer@outlook.com>
Co-authored-by: Bruno Ploumhans <13494793+Technici4n@users.noreply.github.com>
Only for comparisons sake, which is also why it is based on the unmerged port branch for 1.21.11_unobfuscated