Continuity

Continuity

26M Downloads

Methods like overlay_fixed, overlay_random etc don't seem to work on plants.

MisterQuiggly opened this issue ยท 2 comments

commented

I was looking to overlay a stem texture over flowers to give the stem biome specific colors. I know it works on other blocks as I tested it on a random block in addition to the flower, but it does not apply to the flower or any other plant it seems.

In image below, poppy is block I want to work, amethyst is block I added just to make sure my property file is correct, and it is afaik.
Image

My properties file:
method=overlay_fixed
tiles=0
matchTiles=poppy pink_tulip amethyst_block
tintIndex=0
tintBlock=grass_block
layer=translucent

Version 1.21.4 Mod version continuity-3.0.0+1.21.4
Maybe it was like this in optifine, maybe not. I haven't used optifine in a while. But would be cool if there is a solution/fix to this. Thanks!

commented

Maybe this is a repeat of Issue#574
if so, would be cool to see this feature added as a setting in the near future.

commented

#574 is about how only full blocks can be used in connectBlocks and connectTiles. overlay_fixed does not have those properties. This is a duplicate of #421.