Colored Petals fix, tenanea flowers fix
This commit is contained in:
parent
387e2e5812
commit
4c46a5a874
5 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/tint_cube",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_petal_block"
|
||||
"texture": "betterend:block/hydralux_petal_block_colored"
|
||||
}
|
||||
}
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue