Copied code from here: #old-items message and my item still did not shoot. Also no error message. I suspect it might be the format version but when I tried to change it to 1.16 the resource pack broke and it still did not shoot. Any help is apricated. Cheers!
BP:
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "wiki:lapisStaff"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:use_duration": 3600,
"minecraft:frame_count": 3,
"minecraft:animates_in_toolbar": false,
"minecraft:enchantable": {
"slot": "bow",
"value": 1
},
"minecraft:hand_equipped": true,
"minecraft:shooter": {
"ammunition": [
{
"item": "minecraft:arrow",
"use_offhand": true,
"search_inventory": true,
"use_in_creative": true
}
],
"charge_on_draw": false,
"max_draw_duration": 1,
"scale_power_by_draw_duration": true
},
"minecraft:damageable": {
"max_damage": 384
}
}
}
} ```
RP:
```{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "wiki:lapisStaff",
"category": "Equipment"
},
"components": {
"minecraft:icon": "lapisStaff",
"minecraft:render_offsets": "tools"
}
}
}```