Make sure Mixins have unique prefix

This commit is contained in:
Frank 2022-03-03 13:11:13 +01:00
parent 74a156389e
commit 31ea19552d
7 changed files with 11 additions and 11 deletions

View file

@ -6,5 +6,5 @@ import net.minecraft.world.level.biome.Biome;
import net.minecraft.world.level.block.state.BlockState;
public interface SurfaceProvider {
public BlockState getSurface(BlockPos pos, Biome biome, ServerLevel level);
public BlockState bclib_getSurface(BlockPos pos, Biome biome, ServerLevel level);
}