FalseTweaks

FalseTweaks

101k Downloads

The furnace becomes transparent when multithreading is enabled

Omgise opened this issue · 11 comments

commented

Yes, it only becomes transparent when the furnace is smelting something.

Image

commented

Is there any errors about it in the log?

commented
commented

Image

commented

Make sure tessellatorReplaceEverything is set to true in falsetweaks.cfg

commented

It's already enabled.

commented

Can you try removing blendtronic as a quick test? It has a furnace texture mod that shows if there's an item in the output slot on the texture, but i forgot to add a config option for it

commented

Try disabling notfine

commented

Even after deleting blendtronic, this still happens.

Image

fml-client-latest.log

commented

I suspect it's an issue caused by betterBlockFaceCulling.

commented

Disabling notfine fixed the display issue. I suspect a bug in notfine's configuration.

toggle {
    # Use more accurate block face culling when building chunk meshes. [default: true]
    B:betterBlockFaceCulling=true
}

Image

commented

Just tested, it seems that betterBlockFaceCulling is not the cause of the problem 🤔