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

Add a way to look up which sources specify a certain target #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

XFactHD
Copy link
Member

@XFactHD XFactHD commented Dec 25, 2024

This PR adds a way to look up which sources specify a certain target. This is intended to be used to provide details when an AT causes a coremod to fail, such as when a failed operated on by the field-to-method transformer is made public.

This is the forward port to AT v11 of #13

@XFactHD XFactHD added the enhancement New feature or request label Dec 25, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Dec 25, 2024

  • Publish PR to GitHub Packages

Last commit published: 7ef846d68eac8a23909b0b6c54ccbec73b464256.

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 #15' // https://github.com/neoforged/AccessTransformers/pull/15
        url 'https://prmaven.neoforged.net/AccessTransformers/pr15'
        content {
            includeModule('net.neoforged.accesstransformers', 'at-modlauncher')
            includeModule('net.neoforged', 'accesstransformers')
            includeModule('net.neoforged.accesstransformers', 'at-parser')
            includeModule('net.neoforged.accesstransformers', 'at-cli')
        }
    }
}

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

Successfully merging this pull request may close these issues.

1 participant