PepperCode1 / Continuity

A Fabric mod that allows for efficient connected textures
GNU Lesser General Public License v3.0
260 stars 66 forks source link

Overlay textures don't work on non-full blocks #421

Open vrad-exe opened 4 weeks ago

vrad-exe commented 4 weeks ago

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

PepperCode1 commented 4 weeks ago

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.

vrad-exe commented 4 weeks ago

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