FancyModLoader icon indicating copy to clipboard operation
FancyModLoader copied to clipboard

Support File-Masking via dist Manifest attributes

Open shartte opened this issue 1 year ago • 1 comments

Makes use of:

  • https://github.com/neoforged/NeoForm/pull/15
  • https://github.com/neoforged/InstallerTools/pull/14
  • https://github.com/neoforged/NeoFormRuntime/pull/50

shartte avatar Dec 14 '24 12:12 shartte

  • [x] Publish PR to GitHub Packages

Last commit published: f046945a3a7f96a959313ebe89f71d71fa109faf.

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 #228' // https://github.com/neoforged/FancyModLoader/pull/228
        url 'https://prmaven.neoforged.net/FancyModLoader/pr228'
        content {
            includeModule('net.neoforged.fancymodloader', 'loader')
            includeModule('net.neoforged.fancymodloader', 'earlydisplay')
            includeModule('net.neoforged.fancymodloader', 'junit-fml')
            includeModule('net.neoforged.fancymodloader', 'tests')
        }
    }
}

Closed in favor of luke making a new one

shartte avatar Jun 17 '25 22:06 shartte