Some simple Biome related changes

This commit is contained in:
Frank 2021-09-23 16:19:30 +02:00
parent 8abcab32ec
commit 23bcbe1977
6 changed files with 16 additions and 10 deletions

View file

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