Skip to content

Commit 72e886e

Browse files
authored
Update config + fix problem resource pack issue
Updates config + sets B:smallModelConditions=false to fix texture problems when using Optifine and resource packs
1 parent 12b57ed commit 72e886e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_config/config/foamfix.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ client {
3535
B:modelResourceLocationFastConstruct=true
3636

3737
# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
38-
B:smallModelConditions=true
38+
B:smallModelConditions=false
3939

4040
# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
4141
B:wipeModelCache=true

0 commit comments

Comments
 (0)