-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Integration with FML Startup Experiments #1814
Conversation
Last commit published: da8510bbdd3ba882e49ba3a1f9462e64fdf73d6d. 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 #1814' // https://github.com/neoforged/NeoForge/pull/1814
url 'https://prmaven.neoforged.net/NeoForge/pr1814'
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-pr1814
cd NeoForge-pr1814
curl -L https://prmaven.neoforged.net/NeoForge/pr1814/net/neoforged/neoforge/21.4.49-beta-pr-1814-features-fml-startup/mdk-pr1814.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. |
@shartte, this PR introduces breaking changes.
|
c056963
to
da8510b
Compare
Co-authored-by: Marc Hermans <[email protected]>
…make version-specific changes easier (#1485) Co-authored-by: Sebastian Hartte <[email protected]>
…n its own folder (#1697) Co-authored-by: Sebastian Hartte <[email protected]>
…with some launchers (#1718)
This reverts commit c058912.
da8510b
to
fcc790b
Compare
@shartte, this pull request has conflicts, please resolve them for this PR to move forward. |
No description provided.