Changes to color-Methods

This commit is contained in:
Frank 2023-05-17 14:49:32 +02:00
parent 37e69ca6b2
commit 2f878800ca
7 changed files with 9 additions and 13 deletions

View file

@ -22,7 +22,7 @@ public class BaseStripableLogBlock extends BaseRotatedPillarBlock {
private final Block striped;
public BaseStripableLogBlock(MapColor color, Block striped) {
super(Properties.copy(striped).color(color));
super(Properties.copy(striped).mapColor(color));
this.striped = striped;
}