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 can reproduce this issue consistently in single-player
I can reproduce this issue consistently in multi-player
I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
I am crashing and can provide my crash report(s)
I am using the latest version of the mod
Loader version
Fabric 0.16.10
Minecraft version
1.21.4
Mod version
8.0.1
Java version
Java 21.0.4
Issue Description
Whenever I relog on the server or re-open my singleplayer world, the locked interaction setting resets to not locked.
I feel like this setting should be saved beyond my current session, like every other setting.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
The field that is used for this is not synced to the client (which is expected as the client doesn't need to know if it's locked as thats handled server-side) so unless I sync it myself there's no way to get the proper value on the client-side :(
General Info
Loader version
Fabric 0.16.10
Minecraft version
1.21.4
Mod version
8.0.1
Java version
Java 21.0.4
Issue Description
Whenever I relog on the server or re-open my singleplayer world, the locked interaction setting resets to not locked.
I feel like this setting should be saved beyond my current session, like every other setting.
Additional Information
No response
The text was updated successfully, but these errors were encountered: