Started by
littledude47
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an enderpearl type item and basically everything works except it gives this weird bow pull back effect and in third person mode the pearl is giant in my hand, now I know the problem is caused by the fact that the item is rendering as a bow but how could I change this so it's just an item that you hold like a snowball or vanilla enderpearl
Making the item shoot constantly must remove the bow effect, you can check the "Shoot constantly when active?" box to make it shoot constantly.
I did that but the model is still held like a bow and is giant
You can make a normal item so it is rendered correctly, then use the "on right click" event within that item to make a procedure that shoots the ranged item you've created (using the "shoot ranged item" block at the bottom of the entity procedures category.
Probably way too late for that now though since I used the item in so many different recipes / procedures that it would take forever to add a new item