Biome shading fixes for 1.18 (Spigot, Fabric, Forge)

This commit is contained in:
Mike Primm 2021-12-02 22:18:03 -06:00
parent 34ed98637f
commit e4a3179570
9 changed files with 51 additions and 31 deletions

View file

@ -48,6 +48,10 @@ public abstract class BukkitVersionHelper {
* Get ID string from biomebase
*/
public abstract String getBiomeBaseIDString(Object bb);
/**
* Get resource location from biomebase (1.18+)
*/
public String getBiomeBaseResourceLocsation(Object bb) { return null; }
/**
* Get ID from biomebase
*/