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);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue