Request to Add Bl2ModCabinet to _willow2_mods#128
Merged
apple1417 merged 9 commits intobl-sdk:masterfrom Jan 9, 2026
Merged
Conversation
Contributor
|
Yaml front matter needs to all go within the dashes, next to pyproject url. As is they're all just part of your description, which is not what you want. Additionally, most of what you've specified it's actually data it will be perfectly fine pulling from your pyproject. The idea of this system was to have as close to a single source of truth as possible - if you release a new version you should only need to update it in your pyproject, as you have it now you'd have to make a new pr here too. Also you can say your coop support is client side, your mod will run client side, even if what it downloads might not. |
Contributor
Author
|
like this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Mod Cabinet, an in-game mod manager for Borderlands 2 SDK.
Distributed via .sdkmod and backed by a pyproject.toml project.