restored getBiome()
name for backward compatibility
This commit is contained in:
parent
b3c58b42e9
commit
25948c7c6b
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ public class BCLBiome extends BCLBiomeSettings {
|
|||
* @return {@link Biome}.
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public Biome getBiomeOld() {
|
||||
public Biome getBiome() {
|
||||
if (biomeToRegister != null) return biomeToRegister;
|
||||
return BiomeAPI.getFromBuiltinRegistry(biomeKey).value();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue