Skip to content

Add utility method to quickly construct JarContent if no filters or replacement manifests are to be used#65

Merged
marchermans merged 1 commit intoMcModLauncher:mainfrom
shartte:jarcontent-utils
Apr 10, 2024
Merged

Add utility method to quickly construct JarContent if no filters or replacement manifests are to be used#65
marchermans merged 1 commit intoMcModLauncher:mainfrom
shartte:jarcontent-utils

Conversation

@shartte
Copy link
Copy Markdown
Contributor

@shartte shartte commented Apr 9, 2024

The most common use of JarContentBuilder is:

new JarContentsBuilder().paths(path).build()

This allows:

JarContents.of(path)

or

paths.map(JarContents::of)

Comment thread src/main/java/cpw/mods/jarhandling/JarContents.java
@shartte shartte requested a review from Technici4n April 9, 2024 20:58
@marchermans marchermans merged commit 5c4f4f8 into McModLauncher:main Apr 10, 2024
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.

5 participants