Chisel is breaking textures for IE
Opened this issue ยท 5 comments
Version: 0.0.8.11
Example: http://i.imgur.com/ql9DVcZ.png
These blocks render without issue when placed in the world. This makes it difficult to figure out what blocks the multiblock structure requires, as you can imagine.
Can confirm, did extensive testing pulling mods out. It might also be breaking Bibliocraft textures as well. This is extremely bad.
The problem involves mods using the Chisel rendering system, and improperly handled fake block rendering. I've implemented a workaround which should avoid this issue. Ref e4ada9b
Well, your issue got me to realize that this bug also affected the preview rendering in the iChisel, so I figured a rather quick fix was necessary ๐