Replies: 1 comment
-
every single SkBee update since 1.20.5 has been released, has included details of the changes to how SkBee handles NBT. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before MC 1.20.5, I was returning my items with
string tag "OzelEsya" of nbt of player's held item
expression.My question is, am I have to do add
minecraft:custom_data;
to beginning of the string every single time in newer MC versions?I can get OzelEsya data still using
string tag "minecraft:custom_data;OzelEsya" of nbt of player's held item
but string is unnecessarily(?) longer than usual.check tag:

full nbt (not complete):

nbt (not complete):

When I use
#set string tag "OzelEsya" of nbt of held item to "Oyun_Kiran"
nothing happened on the item, so I added this string to custom data with#set string tag "minecraft:custom_data;OzelEsya" of nbt of held item to "Oyun_Kiran"
.Beta Was this translation helpful? Give feedback.
All reactions