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

Conversation

Matyrobbrt
Copy link
Member

This is targeted for a new major (in 1.20.5).
By renaming the file, we can improve error reporting in case Forge mods are found, and not attempt to load them. 3rd party tools can also use the presence or absence of this file to determine the loader of the mod.

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Mar 20, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Mar 20, 2024

  • Publish PR to GitHub Packages

Last commit published: 737381c42b5ddd9767cd3e7a679946592f4d02f7.

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 #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')
        }
    }
}

I love forgetting to push...
@0xilly
Copy link

0xilly commented Mar 22, 2024 via email

@Technici4n
Copy link
Member

The vote decided between 1) root folder or META-INF and 2) whether to rename the file or not. So we rename the file and keep it in META-INF. Orion wasn't happy because maty forgot to keep the file in META-INF (now this is fixed). Other than that, there's no objection that I'm aware of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants