I am currently trying to use an item capability and it stores the Item NBT like this
{
Slot: 0B
ForgeCaps: {
"soulbound:seals": {
pickaxing: 0B
axing: 0B
hoeing: 0B
}
Parent: {
pickaxing: 1B
axing: 0B
hoeing: 0B
}
}
id: "soulbound:wand"
Count: 1B
tag: {
Damage: 0
}
},
Why Is it placing the data in "Parent"?