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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any update should use the neoforge version, not the one from Forge.
The latest version of that is
net.neoforged:srgutils:1.0.0
.Why are you updating to 0.5.3 of the Forge version? What feature/bugfix is the trigger here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just for the microoptimizations in hot methods (removing streams). If a PR going beyond what Forge did (while still pretty much just being microoptimizations) would be accepted, I'd make a PR to your version of it, or just in general some of the hard to read stream code that would honestly look better with plain old loops due to the way they were written here. (As silly as that might be, doing that and some other small changes would actually have a mildly noticeable impact on the scale that we are using this)