-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
[1.20.x] Fix patch conflicts introduced by #999 #1057
Conversation
Last commit published: cb5cb3ce30e289986828f56f01c25123a25707e5. 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 #1057' // https://github.com/neoforged/NeoForge/pull/1057
url 'https://prmaven.neoforged.net/NeoForge/pr1057'
content {
includeModule('net.neoforged', 'testframework')
includeModule('net.neoforged', 'neoforge')
}
}
} MDK installationIn order to setup a MDK using the latest PR version, run the following commands in a terminal. mkdir NeoForge-pr1057
cd NeoForge-pr1057
curl -L https://prmaven.neoforged.net/NeoForge/pr1057/net/neoforged/neoforge/20.6.106-beta-pr-1057-what/mdk-pr1057.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. |
ccd9715
Updated to include a patch apply fix for an issue caused by merge of #999 |
Due to issues with NG > 136 this PR now is just a fix for patch conflicts. You really can't tell where things are going sometimes |
I like how everything went unexpected here |
…forged#1057)" This reverts commit 623cf3b.
pls help I cannot import theneo foreg
thank you(I still can't, pls help)
Merging of #999 introduced a patch conflict due to a change that was made between its last pipeline run and time of merge, this PR fixes that