Fabric API

Fabric API

106M Downloads

Indigo MaterialFinder doesn't seem to honor Translucent for blend mode

AlexIIL opened this issue ยท 3 comments

commented

Most likely caused by #213, as the BLEND_MODE_MASK is 0b011 rather than 0b111, because the 5 possible values for BlockRenderLayer {null, solid, cutout_mipped, cutout, trancluent} needs 3 bits rather than 2.

commented

Yep, looks like I did a bad. Thank you for the report. Will fix quickly.

commented

Thanks!