Biome generator fix
This commit is contained in:
parent
8bdfbb65fa
commit
24c501ce13
6 changed files with 5 additions and 20 deletions
|
@ -111,10 +111,6 @@ public class EndBiome {
|
|||
genChance += chance;
|
||||
return genChance;
|
||||
}
|
||||
|
||||
public String debug() {
|
||||
return this.mcID + " " + this.genChanceUnmutable + " " + this.genChance;
|
||||
}
|
||||
|
||||
public Biome getBiome() {
|
||||
return biome;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue