Minecart Visual Bug
BookerCatch opened this issue ยท 7 comments
Describe the Bug
When a Minecart traveling on rails reaches diagonal rail and changes elevation by one block, it briefly turns pitch black. If the rails immediately after follow a linear, diagonal trajectory, the minecart reverts back to its regular texture. It will not flicker to the pitch black version when it reaches the next non-diagonal rail. The flicker will occur again upon the next change from horizontal to diagonal rail.
Reproduction Steps
- Build an arbitrary, short minecart rail track with variances in elevation.
- Push the minecartalong the rail.
- Observe as the minecart flickers to pitch black.
Expected Result
The Minecart ought to not flicker in texture.
Screenshots and Videos
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1c
Minecraft Version
1.19.2
Forge Version
43.2.21
Other Mods
No response
Additional Context
No response
Please crash your game with F3+C and post the crash report after this comment. it contains useful info that may be relevant.
F3+C copied my current location to the clipboard. It did not crash the game. Please see attached latest log.
Thanks. Attached is the crash log.
crash-2023-08-19_18.11.00-client.txt
For anyone still having problem with that, here is my workaround:
- Go to .minecraft/config folder
- Open flywheel.json file
- Change the backend from INSTANCING to BATCHING,
- Save file.
It fixes the problem with entity rendering, but this may slightly reduce perfomance, not sure.