Smaller Changes to new API

This commit is contained in:
Frank 2022-06-21 19:24:56 +02:00
parent 70b01dc00e
commit ecb0f6fb99
7 changed files with 44 additions and 20 deletions

View file

@ -67,7 +67,7 @@ public class WoodenComplexMaterial extends ComplexMaterial {
@Override
protected FabricBlockSettings getBlockSettings() {
return FabricBlockSettings.copyOf(Blocks.OAK_PLANKS)
.materialColor(planksColor);
.mapColor(planksColor);
}
@Override