Question NBT limit interferes with my data pack.

2m3v

New member
Feb 3, 2022
6
0
1
My data pack is added with an item - a bag of chess. Chess is stored in the item array. The server removes all elements in the array and leaves only 1. How to remove this function?

There are no plugins or other data packs on the server.
 
Version Output
Paper-184 (MC: 1.18.1)

Attachments

  • paper.png
    paper.png
    21.4 KB · Views: 7
  • vanilla.png
    vanilla.png
    6.4 KB · Views: 7

electronicboy

Administrator
Staff member
Dec 11, 2021
216
10
34
28
There is no length limit on NBT as a whole, you'd need to compare the data and tell us what's actually missing or show what's different between the two
 

2m3v

New member
Feb 3, 2022
6
0
1
There is no length limit on NBT as a whole, you'd need to compare the data and tell us what's actually missing or show what's different between the two
Vanilla:
Items:[{Count:1b,id:"minecraft:carrot_on_a_stick",tag:{CustomModelData:33501,Damage:0,display:{Name:'{"text":"white pawn ","italic":false}'},dur-chess:1b,dur-rc:1b}},{Count:1b,id:"minecraft:carrot_on_a_stick",tag:{CustomModelData:33501,Damage:0,display:{Name:'{"text":"white pawn","italic":false}'},dur-chess:1b,dur-rc:1b}},{Count:1b,id:"minecraft:carrot_on_a_stick",tag:{CustomModelData:335011,Damage:0,display:{Name:'{"text":"black pawn","italic":false}'},dur-chess:1b,dur-rc:1b}}.....]
Paper:
remove nbt tag