In latest Velocity 3.2.0, t, field clientbound of enum StateRegistry is now protected instead of public. This breaks the following line of code:
StateRegistry.PacketRegistry toReplace = StateRegistry.PLAY.clientbound; (TabListSyncHandler.java:25)
As a result, lls-manager will now fail to load. Is it possible for any fix?
In latest Velocity 3.2.0, t, field
clientboundof enumStateRegistryis now protected instead of public. This breaks the following line of code:StateRegistry.PacketRegistry toReplace = StateRegistry.PLAY.clientbound; (TabListSyncHandler.java:25)As a result, lls-manager will now fail to load. Is it possible for any fix?