Supporting under materials
This commit is contained in:
parent
e72d1bcff2
commit
21368e4e83
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue