Hi everyone! I'm learning modding on forge 1.16.5 and want to make the Leviathan Axe from the God of War games, but I'm facing two problems:
1) The entity model in the air and on the ground when thrown is not rendered
2) There's no sound of picking up the axe
Moreover, when thrown, the entity itself spawns, that is, it causes damage, falls, creates sounds of falling and hitting other entities, but the axe model is not visible. I registered the renderer in the doClientStuff method in the main class of the mod, but still the model is not rendered.
Renderer class: LeviathanAxeRenderer
Model class: LeviathanAxeModel
Entity class: LeviathanAxeEntity
Item Class: LeviathanAxeItem
I hope this information is enough to help me resolve the issue, if not I will be happy to provide more.
I would be very grateful for your help, I’ve been struggling with this for a day now and can’t figure out what the problem is