sp614x / optifine

1.77k stars 420 forks source link

Adding connect=material to .properties breaks CTM textures #7566

Open ShadySalesGnome opened 8 months ago

ShadySalesGnome commented 8 months ago

Description of Issue

CTM connect=material breaks connected textures

Steps to Reproduce

  1. create connected textures with .properties that appears similarly:

matchBlocks=minecraft:yellow_stained_glass connect=material method=ctm_compact tiles=0-4

  1. attempt to use it in game

OptiFine Version

1.20.1-OptiFine_HD_U_I5

Installation Method

Standalone installer

Log Files/Crash Reports

N/A

F3 Debug Screenshot

2023-10-16_13 09 01

Prior Testing

I've tested putting connect=material in every possible line in the .properties file, always same result I've tried matchTiles, same result I've tried different methods including ctm, overlay_ctm same result

no other mods are installed

Additional Information

file works without connect=material (shown in screenshot with green stained glass and clear glass 2023-10-16_13 08 59

PepperCode1 commented 8 months ago

connect=material was removed in 1.20. The documentation needs to be updated.

ShadySalesGnome commented 8 months ago

connect=material was removed in 1.20. The documentation needs to be updated.

that is unfortunate, it was a useful feature.