[1.12.2] Flickering with Giant Chance Cube
JonCris opened this issue ยท 2 comments
Describe the bug
Giant Chance Cube Flickers from multiple sides.
To Reproduce
Use command to spawn Giant Chance Cube: /CCubes spawnGiantCube X Y Z
Versions
Entity Culling: 1.12.2-5.1.0.jar
Forge: 14.23.5.2860
Minecraft: 1.12.2
Other mods: ChanceCubes 1.12.2-5.0.2.385
This is a bug in the ChanceCubes mod. They should fix the render bounding box of this tile entity to cover the complete tile entity.
You can enable debugRenderBoxes
in the EntityCulling config to view the render bounding boxes. Then you can change the render bounding box of the giant chance cube with the
EntityCulling config
- > entity
- > entityBoundingBoxGrowthList
config option.
Adding this to the mentioned config option should work chancecubes:tilechancegiant=1,1,1
(maybe you have to change the numbers a bit).