Support 1.13 water toning for biomes
This commit is contained in:
parent
af363d5297
commit
9c34a23267
4 changed files with 30 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue