Can't get the correct view of entity blocks such as chest with AMD Graphic.
Water-Yuan opened this issue ยท 5 comments
Describe the Bug
I use AMD 780M and flywheel cannot work corrctly when the instancing mode is on.
Reproduction Steps
...
Expected Result
I hope AMD Graphic will be supported completely
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows11
What is your GPU?
AMD 780M
Mod Version
0.6.8.a
Minecraft Version
1.19.2
Loader Version
Forge40.2.17
Other Mods
Only Create mod
Additional Context
No response
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.
Duplicate of #226