Fabric End Biome API support
This commit is contained in:
parent
74e9adf42e
commit
f5b297b1bc
4 changed files with 58 additions and 1 deletions
|
@ -170,6 +170,10 @@ public class EndBiome {
|
|||
return this.genChance;
|
||||
}
|
||||
|
||||
public float getGenChanceImmutable() {
|
||||
return this.genChanceUnmutable;
|
||||
}
|
||||
|
||||
public boolean hasCaves() {
|
||||
return hasCaves;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue