[1.16] Client Crash while rendering ModelBattleCrop
Bluberry-Kat opened this issue ยท 2 comments
Crashlog.
Forge Version: 36.2.0
UC Version: 0.1.41-1.16.5
I got this crash while connected to a dedicated server.
Reproduction steps:
- Plant Donut Steel
- Wait until Age=7
- Harvest
The crash will occur as soon as the entity spawns. I suspect an error in porting 1.12 rendering code?
Yes, you are right-- it should have been Vector3d, not Vec3d.
It's since been changed to Vector3d, but it should be noted that in the crash log, you are using java 11. Vec3d can still work in java 8