Changes to color
-Methods
This commit is contained in:
parent
37e69ca6b2
commit
2f878800ca
7 changed files with 9 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue