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
I believe Brandcraf06/Blockus#322 is also caused by this issue as that mod uses this library.
If necessary, I think we will be able to use the vanilla optional integer tracked data handler instead of a custom one. The only drawback would be needing to convert (and validate) data within the entity which is a slightly less neat split between logic and networking.
A new TrackedDataHandler is registered and used to track boat types here.
This is extremely unsafe and makes the mod prone to load-order dependent issues that are impossible to debug.
Instead, a plain field and manual syncing with a custom packet should be used.
The text was updated successfully, but these errors were encountered: