Make sure Mixins have unique prefix
This commit is contained in:
parent
74a156389e
commit
31ea19552d
7 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue