Open GigaHook opened 2 years ago
It turns out NBT data is not synchronised to other players. This is an issue of Minecraft itself. I am not sure how to fix it.
It turns out NBT data is not synchronised to other players. This is an issue of Minecraft itself. I am not sure how to fix it.
Oof thats sad. Any chance it's going to be fixed someday?
I guess there is always a chance. :D I will be looking for solutions, but it might not get fixed very soon.
I guess there is always a chance. :D I will be looking for solutions, but it might not get fixed very soon.
Anyway, I'll try to solve this myself, have some ideas how to fix this
Version - 1.18.2 Fabric - 0.14.9 Mod version - 1.4.4 I am using the latest version available
I changed dark katana's parent:weaponAttribute parameter to one-handed(sickle), in singleplayer it works well, but in multiplayer (both LAN and server) the animation is broken. In local server my animation works as it should, but my friend's is broken. From my side I see him holding two katanas with default animation (which shouldn't be). From his side he sees default animation and one katana (while holding second in offhand) while attacking and sees me holding one katana with animation like when I'm using two weapons. In normal server the situation almost the same (see videos). I tried lots of weapons with changed attribute, and all of them don't work as they should.
Steps to reproduce the behavior:
Expected behavior The animation should work the same for every player in multiplayer(sadly it doesn't)
Additional context Trying to make a recipe to change the animation of a weapon using CraftTweaker.
local multiplayer What should be
https://user-images.githubusercontent.com/116451066/197352749-91f0393f-b118-4f5e-9a05-8ee6f6d451c0.mp4
How I see my friend
https://user-images.githubusercontent.com/116451066/197352764-d6d47dde-7231-4f09-a550-2316559aa748.mp4
How my friend sees me
https://user-images.githubusercontent.com/116451066/197352808-deee8f8b-4283-467f-9d56-a76c318ef6c9.mp4
On server
Me
https://user-images.githubusercontent.com/116451066/197352864-67284dbb-7fda-461a-9ed2-2fcfe89c5454.mp4
My friend
https://user-images.githubusercontent.com/116451066/197352879-4a05f99a-44fa-49b0-985f-2facca039c58.mp4
Me again
https://user-images.githubusercontent.com/116451066/197352885-64bb7021-b709-416d-9d4c-2ff7b4d00f41.mp4