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
The mixin likely needs to be moved to the CommandTreeS2CPacket.ArgumentNode.write method. Additional logging would be beneficial here for mods that do not register their argument types to the class map because of silent breakage introduced by the argument type refactor (mods should register using ArgumentTypeRegistry instead).
Note that argument types now sync using raw IDs as well, and Velocity seems to represent crossstitch:mod_argument as the raw ID -255.
The text was updated successfully, but these errors were encountered:
Yes, that mixin error is due to the argument type refactor. The pull request #8 which I opened fixes that error by moving the serialization to the new inner class.
The mixin likely needs to be moved to the
CommandTreeS2CPacket.ArgumentNode.write
method. Additional logging would be beneficial here for mods that do not register their argument types to the class map because of silent breakage introduced by the argument type refactor (mods should register usingArgumentTypeRegistry
instead).Note that argument types now sync using raw IDs as well, and Velocity seems to represent
crossstitch:mod_argument
as the raw ID-255
.The text was updated successfully, but these errors were encountered: