Changes to color
-Methods
This commit is contained in:
parent
37e69ca6b2
commit
2f878800ca
7 changed files with 9 additions and 13 deletions
|
@ -44,7 +44,7 @@ public class TripleTerrainBlock extends BaseTerrainBlock {
|
|||
public static final EnumProperty<TripleShape> SHAPE = BlockProperties.TRIPLE_SHAPE;
|
||||
|
||||
public TripleTerrainBlock(Block baseBlock) {
|
||||
super(baseBlock, baseBlock.defaultMaterialColor());
|
||||
super(baseBlock, baseBlock.defaultMapColor());
|
||||
this.registerDefaultState(defaultBlockState().setValue(SHAPE, TripleShape.BOTTOM));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue