Continuity icon indicating copy to clipboard operation
Continuity copied to clipboard

Overlay textures don't work on non-full blocks

Open vrad-exe opened this issue 1 year ago • 3 comments

Overlay-type connected textures (specifically overlay_fixed in my case) do not appear to work on non-full blocks. Here I am attempting to make mossy cobblestone colored based on the biome via matchTiles; this works fine for the regular block, but not for stairs, slabs, or walls, which end up rendering either a singular floating copy of the overlay above the block or nothing at all. image

vrad-exe avatar May 28 '24 02:05 vrad-exe

This is intended behavior that matches OptiFine but I plan to add an option to allow this eventually. Changing the behavior unconditionally will break resource packs that depend on it.

PepperCode1 avatar May 28 '24 03:05 PepperCode1

Don't know what kind of pack would depend on this clearly broken behavior but I suppose it's worth keeping around as an option

vrad-exe avatar May 28 '24 03:05 vrad-exe

Related to #69.

PepperCode1 avatar Dec 25 '24 17:12 PepperCode1