You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed. As @HenryLoenwind shows, the /neoforge tags commands have a feature to copy all items across all pages (for listing tags of a registry, tags of an element, or elements of a tag) to the clipboard. For a huge amount of tags, that click event text exceeds the limit for encoding strings in packets.
I think, to keep it functional for most use cases but handle obscenely large lists, we will simply limit the copy-to-clipboard text to some reasonable limit of entries (with a message that it is a truncated list at the start and end). Assuming a size of 32 characters per tag key, that fits about 1,024 elements, which we'll just round down to 1,000.
Perhaps we can consider a new /neoforge dump sub-command for specifically dumping tag-related entries?
sciwhiz12
added a commit
to sciwhiz12/NeoForge
that referenced
this issue
Sep 15, 2024
Minecraft Version: {Minecraft version}
1.21.1
NeoForge Version: {NeoForge version. Version number, not latest/rb}
21.1.47
Logs: {Link(s) to GitHub Gist with full latest.log and/or crash report}
https://gist.github.com/YocyCraft/29d218b2409db9cf5d9d09cb48736635
Steps to Reproduce:
Description of issue:
There are too many tags of registry so the message returned from command is too long
The text was updated successfully, but these errors were encountered: