Skip to content
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

Rename mods.toml to neoforge.mods.toml #100

Merged
merged 2 commits into from
Mar 25, 2024

Use the metainf dir

737381c
Select commit
Loading
Failed to load commit list.
Merged

Rename mods.toml to neoforge.mods.toml #100

Use the metainf dir
737381c
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Mar 21, 2024 in 18s

PR Publishing - 3 artifacts

PR published 3 artifacts
net.neoforged.fancymodloader:spi:2.0.21-pr-100-modsdottoml-rename
net.neoforged.fancymodloader:earlydisplay:2.0.21-pr-100-modsdottoml-rename
net.neoforged.fancymodloader:loader:2.0.21-pr-100-modsdottoml-rename

Details

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