fix: produce bag group grown plants by name#254
Open
BartDrown wants to merge 1 commit intoMonkestation:masterfrom
Open
fix: produce bag group grown plants by name#254BartDrown wants to merge 1 commit intoMonkestation:masterfrom
BartDrown wants to merge 1 commit intoMonkestation:masterfrom
Conversation
Mycah142
approved these changes
Feb 23, 2026
Collaborator
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.
About The Pull Request
This PR addresses issue with produce bag (botany bags) grouping all harvested/grown plants, under same slot in UI.
As for now, it properly splitted meat and seeds, but all plants were always in the same slot, acting like stack, so to access certain type of plant, you needed to take out every other plant that was ontop of this slot
This PR introduces new proc that allows for custom grouping key, which can be configured in respective storage, and configures that for produce bag
Why It's Good For The Game
It makes agricultural work easier and less tedious, as you don't need to juggle plants in plant bag, just to access one you currently need.
Everything else works like before.
Testing
After change:
Changelog
🆑
fix: produce bag groups grown plants by name
/:cl: