Colored Petals fix, tenanea flowers fix

This commit is contained in:
paulevsGitch 2020-12-14 01:38:34 +03:00
parent 387e2e5812
commit 4c46a5a874
5 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ public class BlockTenaneaFlowers extends BlockVine implements IColorProvider {
@Override
public ItemColorProvider getItemProvider() {
return (stack, tintIndex) -> {
return MHelper.color(COLORS[0].getX(), COLORS[0].getY(), COLORS[0].getZ());
return MHelper.color(255, 255, 255);
};
}

View file

@ -1,6 +1,6 @@
{
"parent": "betterend:block/tint_cube",
"textures": {
"texture": "betterend:block/hydralux_petal_block"
"texture": "betterend:block/hydralux_petal_block_colored"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/tenanea_flowers_bottom"
"layer0": "betterend:item/tenanea_flowers"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB