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

Reworked EarlyDisplay Texturing #258

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Remove unnecessary multi-texturing to keep state management simple.

de740a6
Select commit
Loading
Failed to load commit list.
Draft

Reworked EarlyDisplay Texturing #258

Remove unnecessary multi-texturing to keep state management simple.
de740a6
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Mar 3, 2025 in 21s

PR Publishing - 4 artifacts

PR published 4 artifacts
net.neoforged.fancymodloader:earlydisplay:6.0.18-pr-258-reworked-texturing
net.neoforged.fancymodloader:junit-fml:6.0.18-pr-258-reworked-texturing
net.neoforged.fancymodloader:loader:6.0.18-pr-258-reworked-texturing
net.neoforged.fancymodloader:tests:6.0.18-pr-258-reworked-texturing

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