-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Add nether woods to stripped tags #1767
Add nether woods to stripped tags #1767
Conversation
Last commit published: 8ba9c94bc03358b8e3f70377fa414fe75b277441. 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 #1767' // https://github.com/neoforged/NeoForge/pull/1767
url 'https://prmaven.neoforged.net/NeoForge/pr1767'
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-pr1767
cd NeoForge-pr1767
curl -L https://prmaven.neoforged.net/NeoForge/pr1767/net/neoforged/neoforge/21.4.22-beta-pr-1767-add-nether-woods-to-stripped-tags/mdk-pr1767.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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The order is inconsistent but that's ok.
🚀 This PR has been released as NeoForge version |
This comment has been minimized.
This comment has been minimized.
Created backport PR: #1897 |
Very self-explanatory, fixes #1717.