Support 1.13 water toning for biomes

This commit is contained in:
Mike Primm 2018-08-21 00:34:04 -05:00
parent af363d5297
commit 9c34a23267
4 changed files with 30 additions and 6 deletions

View file

@ -169,4 +169,11 @@ public abstract class BukkitVersionHelper {
public Object[] getBlockIDFieldFromSnapshot(ChunkSnapshot css) {
return null;
}
/**
* Get biome base water multiplier
*/
public int getBiomeBaseWaterMult(Object bb) {
return -1;
}
}