
Crash when trying to render puzzle sheep's body
Closed this issue ยท 1 comments
NeoForge Version
21.1.192
Twilight Forest Version
4.7.3196
Client Log
https://gist.github.com/SnowCutieOwO/790bd58461f4198f90a44fbfd7e72dfa
Crash Report (if applicable)
https://gist.github.com/SnowCutieOwO/018cf13f84ccf23bd739d7095a26f8ac
Steps to Reproduce
Actually this entity spawned in the position near the portal so game crashed when I trying enter the twilight forest.
What You Expected
Obviously continue playing, yes i was interrupted by this sudden bug. :(
What Happened Instead
Game crashed.
Additional Details
At the beginning i'm thinking it was Xaero's Map rendering issue, but after I updated them to latest version the game just freezes instead of crash.
โ I've checked similar issue and the reason of crash in his log doesn't as same as mine, so I don't think it's a duplicated bug :3
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
looks like an issue with mixed litter. From the looks of it, theyre replacing vanilla entity models and unsafely injecting their own animation bits into the model code. We have quite a few animals that extend various entity classes and models, and because this new animation code theyre injecting has model pieces its looking for that dont exist on our entities, everything breaks. I took a look at their github and it seems like theyre addressing this as of a few days ago, but there isnt a public release with those changes yet. For now I would recommend removing the mod or disable the sheep changes in their config. Im a little worried boars might also cause a crash once you encounter them too