-
-
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 #1818
base: 1.21.1
Are you sure you want to change the base?
Conversation
Co-authored-by: Marc Hermans <marc.hermans@ldtteam.com>
…make version-specific changes easier (#1485) Co-authored-by: Sebastian Hartte <shartte@users.noreply.github.com>
…n its own folder (#1697) Co-authored-by: Sebastian Hartte <shartte@users.noreply.github.com>
…with some launchers (#1718)
This reverts commit c058912.
Last commit published: 9df7f318c54aee8560c3d2fc7d890c44f765143c. 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 #1818' // https://github.com/neoforged/NeoForge/pull/1818
url 'https://prmaven.neoforged.net/NeoForge/pr1818'
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-pr1818
cd NeoForge-pr1818
curl -L https://prmaven.neoforged.net/NeoForge/pr1818/net/neoforged/neoforge/21.1.107-pr-1818-feature-fml-startup/mdk-pr1818.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.
|
neoforged/FancyModLoader#232