-
Notifications
You must be signed in to change notification settings - Fork 31
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
Deprecate userdev launch targets and merge them into the dev launch targets #215
Deprecate userdev launch targets and merge them into the dev launch targets #215
Conversation
Last commit published: c303def72d6ab1d7ac22da900c07a7e48f93d5a8. 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 #215' // https://github.com/neoforged/FancyModLoader/pull/215
url 'https://prmaven.neoforged.net/FancyModLoader/pr215'
content {
includeModule('net.neoforged.fancymodloader', 'junit-fml')
includeModule('net.neoforged.fancymodloader', 'loader')
includeModule('net.neoforged.fancymodloader', 'tests')
includeModule('net.neoforged.fancymodloader', 'earlydisplay')
}
}
} |
@shartte, this PR introduces breaking changes.
|
🚀 This PR has been released as FancyModLoader version |
This merges the logic that supports loading Minecraft from a userdev jar into the dev launch targets and deprecated them.
As a result of this, it should become possible to run a mod with an includeBuild of NeoForge and we can use the same userdev config file for launching in neodev and userdev.