this code isn't working in the minecraft gamenand also there's no suggestion in the "minecraft:on_use" in the bridge
{
"format_version": "1.20.80",
"minecraft:item": {
"description": {
"identifier": "bridge1:nsuz",
"menu_category": {
"category": "nature"
}
},
"components": {
"minecraft:icon": "bridge1_nsuz",
"minecraft:on_use": {
"on_use": {
"event": "bridge1:example",
"target": "self"
}
}
},
"events": {
"bridge1:example": {
"shoot": {
"projectile": "arrow",
"launch_power": 5,
"target": "other"
}
}
}
}
}