Merged
Conversation
For some reason updating this to 18.0.8 breaks the in-game broadcast messages. Whoops
Contributor
Author
|
added another commit, turns out architectury needs to stay at 18.0.6 or it breaks the in-game broadcast messages. my bad lol |
|
@pcal43 would love to have this merged so we can get the 1.21.11 version for my server! |
|
@walmartdog thanks for bringing this forward, I just built it myself from your branch for 1.21.11, and it seems some message strings are not properly replaced: |
|
@walmartdog I found out the strings work with the new architectury 19.0.1 for 1.21.11, which was release a few days ago: https://github.com/architectury/architectury-api/commits/1.21.11 |
Contributor
Author
|
@karlbeecken oh snap. commit added thanks! |
karlbeecken
approved these changes
Dec 19, 2025
karlbeecken
left a comment
There was a problem hiding this comment.
Looks good to me, confirmed it working on fabric 1.21.11
Owner
|
Thanks! |
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.

this PR updates fastback dependencies to fix a crash caused by fabric-permissions-api-v0 on minecraft 1.21.11 (NoClassDefFoundError)
only loom and fabric-permissions-api changes were necessary to prevent crash but i went ahead and updated other dependencies as well. tested working on fabric 1.21.11 server