Fix crash with multitread random

This commit is contained in:
paulevsGitch 2021-12-09 10:06:51 +03:00
parent 8b89808634
commit 9bde4c11b9
2 changed files with 5 additions and 3 deletions

View file

@ -1,9 +0,0 @@
package ru.bclib.api.biomes;
import net.minecraft.world.level.block.state.BlockState;
public interface SurfaceMaterialProvider {
BlockState getTopMaterial();
BlockState getUnderMaterial();
BlockState getAltTopMaterial();
}