Hi so Im trying to make tools with extra attributes, the problem is when you craft them they lose their attack damage and attack speed value. Is there a way to fix that?
Item.of('minecraft:wooden_shovel', '{AttributeModifiers:[{Amount:-1,AttributeName:"forge:reach_distance",Name:"forge:reach_distance",Slot:"mainhand",UUID:[I;-12403,20405,203449,-40810]}],Damage:0,Unbreakable:1}'),
[
' A ',
' B ',
' B '
],
{
A: 'minecraft:flint',
B: 'minecraft:stick'
}
)```
