Supporting under materials

This commit is contained in:
Frank 2021-12-08 23:23:06 +01:00
parent e72d1bcff2
commit 21368e4e83

View file

@ -4,5 +4,6 @@ import net.minecraft.world.level.block.state.BlockState;
public interface SurfaceMaterialProvider { public interface SurfaceMaterialProvider {
BlockState getTopMaterial(); BlockState getTopMaterial();
BlockState getUnderMaterial();
BlockState getAltTopMaterial(); BlockState getAltTopMaterial();
} }