Skip to content

Conversation

@shartte
Copy link
Collaborator

@shartte shartte commented Nov 16, 2025

We can use --launcher-meta-uri for much easier support of unobfuscated versions of Minecraft during the 1.21.11 cycle.
They will only be available using zip file URIs during that cycle, but we can use a meta-service like https://shartte.github.io/Minecraft1.21.11UnobfuscatedMeta/ in combination with --launcher-meta-uri to still support them pretty much normally.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Nov 16, 2025

  • Publish PR to GitHub Packages

Last commit published: bea6e252f2b30422990f205acbb215f37fc06bca - version: 2.0.121-pr-300-launcher-meta-uri-support

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name = "Maven for PR #300" // https://github.com/neoforged/ModDevGradle/pull/300
        url = uri("https://prmaven.neoforged.net/ModDevGradle/pr300")
        content {
            includeModule("net.neoforged.moddev.legacyforge", "net.neoforged.moddev.legacyforge.gradle.plugin")
            includeModule("net.neoforged.moddev.legacyforge.repositories", "net.neoforged.moddev.legacyforge.repositories.gradle.plugin")
            includeModule("net.neoforged.moddev", "net.neoforged.moddev.gradle.plugin")
            includeModule("net.neoforged.moddev.repositories", "net.neoforged.moddev.repositories.gradle.plugin")
            includeModule("net.neoforged", "moddev-gradle")
        }
    }
}

@shartte shartte merged commit 56df432 into main Nov 17, 2025
6 checks passed
@shartte shartte deleted the launcher-meta-uri-support branch November 17, 2025 00:11
@neoforged-releases
Copy link

🚀 This PR has been released as ModDevGradle version 2.0.117.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants