Alright, so, I have a question.
Is it possible to display multiple cameras when spectating as an entity? How would I achieve that?
I know ServerPlayer handles the spectating of entities and accepts a single camera but Platin told me it might be possible to have multiple cameras displaying at once.
First off, what's the error?
Second, can you show your ModSpawnEggItem class?
And third, is that class really needed? Forge provides a spawn egg class, you don't need a custom one unless you want additional behavior.
I've been trying to fix this for a very long time to no success.
One of my entity's heads isn't rotating around the right place despite the pivot being set to the correct position (according to BlockBench) and not being touched.
Here's my model class: https://github.com/Skizzium/Project-Apple/blob/Development-FG1.17.1/src/main/java/com/skizzium/projectapple/entity/boss/skizzik/client/model/SkizzikModel.java
And here's my geo file: https://github.com/Skizzium/Project-Apple/blob/Development-FG1.17.1/src/main/resources/assets/skizzik/geo/skizzik.geo.json
Before taking a look, please keep in mind my entity is using GeckoLib, but the issue itself isn't caused by said library.
I've also attached an image of the broken head.