Skip to content

Comments

build: remove required PAT auth when building a client#107

Open
cattyngmd wants to merge 3 commits intoNamiDevelopment:mc.1.21.11from
cattyngmd:no-required-pat-auth
Open

build: remove required PAT auth when building a client#107
cattyngmd wants to merge 3 commits intoNamiDevelopment:mc.1.21.11from
cattyngmd:no-required-pat-auth

Conversation

@cattyngmd
Copy link
Collaborator

in my opinion you do not have to register a github account or provide git pat token just for building a client from local source since its not convenient at all

@cattyngmd cattyngmd marked this pull request as draft February 20, 2026 22:38
@cattyngmd cattyngmd marked this pull request as ready for review February 20, 2026 22:42
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

implementation project(path: ":nami-api", configuration: "namedElements")
include implementation(project(path: ":nami-api", configuration: "namedElements"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe it should be
modImplementation
Include

because with just implementation, this will be incompatible with any fabric mod that uses nami api?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants