Improve description of repositories blocks #81
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
repositories
block inside the maven publish configuration does nothing but confuse new modders who want to use libraries.If someone wants to publish their project to a maven repository, they probably know what they're doing and can figure out adding three lines of code.This PR aims to fix that by adding another dependencies stub and improving the comments.
I personally suggest adding a repositories stub above the dependencies block and describe what that repositories block does
(also technically the mojang maven but users don't have to care about that)
Ah yes I can very much spell, thank you.
if you really pick on that you should mention the Minecraft repo as well
How about "essential maven repositories" /s
I'd rather say you only use this when you need to depend on other mods
I wouldnt specifcy an exact line number as its going to move and this wont get updated.
Looks good now, many thanks.