Mojang released movement_modifier which can really help me balance and adjust my weapons.
Unfortunately, i need to upgrade to use it, and it seems to want to get rid of some of the stuff I have already in the item, of which are necessary to function.
This is just one of the items, a simple pistol. without on_use, I can't use the shooter event response to fire a bullet, and as far as I know the shoot component has been broken for some time.
If I don't have the render_offsets is so that the pistol isn't pointing at my own head, because without it, thats what it does.
I wanted to use tag to modify move speeds, so that is no longer necessary, but I still need a way to tag items to have a way to detect them in the future
[Item][error]-minecraft:render_offsets has been deprecated and is not available in json format 1.20.50
[Item][error]-components | tag:viberater:m1911 | tag: has been deprecated in format versions 1.20.50 and above. Use the minecraft:tags component to store all tags instead.```