AnonymousHacker1279 / ImmersiveWeapons

Immersive Weapons is more than just a weapons mod aiming to spice up your combat skills.
https://anonymoushacker1279.tech/wiki/immersiveweapons
MIT License
4 stars 5 forks source link

uuid bug cause #105

Closed Tsumiki129 closed 11 months ago

Tsumiki129 commented 11 months ago

hi i have found na bug were the mod will creat a uuid bug by adding an emptie tag and wen placed and then broken for items such as torches it removes this added tad making the items not stack corectly. forge 47.1.3 version 1.20.1 not crashing game just annoying bug

AnonymousHacker1279 commented 11 months ago

Can you provide more information? In what context does this occur? I'm not aware of any random empty tags being added to items.

Tsumiki129 commented 11 months ago

its happens in survival at times but was very repeated in creative wen checking the items uuid after spawning in some torches and checking there uuid they would have an extra tag on the end after placing and braking that tag would be removed i picked apart the mod list i have and the moment i came to this mod and added it the uuid mismatch tag showed up i used the comad to get the uuid of the torch it also affects redstone and i had it happen to ae2 mod item

/data get entity @p SelectedItem

immersive weapons bug

AnonymousHacker1279 commented 11 months ago

I found an easy way to reproduce it:

It should be fixed in the latest commit. If you would like to build and test it yourself, please use the 1.20.1-dev branch. Otherwise, I should hopefully have a new release out within a few days.

Fixed by 152b45b6.