Biome generator fix

This commit is contained in:
paulevsGitch 2020-11-13 20:43:22 +03:00
parent 8bdfbb65fa
commit 24c501ce13
6 changed files with 5 additions and 20 deletions

View file

@ -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;