Page 1 of 1

IMPORTANT: Invisible/Transparent/See-Through Blocks in MC1.12 modpacks

Posted: 07 Aug 2022, 08:58
by HanFox
There's been an ongoing issue with MC1.12 modpacks where things like grass become invisible (this affects numerous blocks, and resourcepacks. It is NOT exclusive to BDcraft packs).

This issue is due to a bug in the mod called "Foamfix" that the developer had originally ignored since June 2021. It may possibly be fixed in recent releases of the mod.

The fix

Firstly try updating Foamfix to make sure that you're using the latest version. Otherwise read below...

Big thanks to Novamanga for figuring this out!

Navigate to your modpack's config folder and open the foamfix config file in a text editor.

Locate the following:

Code: Select all

# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
B:smallModelConditions=true
Change the "true" to "false", i.e.:

Code: Select all

# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
B:smallModelConditions=false
The alternative fix is just to remove the foamfix mod.

The performance hit is unknown, so your mileage may vary.