Biome shading fixes for 1.18 (Spigot, Fabric, Forge)
This commit is contained in:
parent
34ed98637f
commit
e4a3179570
9 changed files with 51 additions and 31 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue