Registry fixes and debug

This commit is contained in:
paulevsGitch 2020-11-13 20:23:43 +03:00
parent b7afcf1ca5
commit 8bdfbb65fa
3 changed files with 24 additions and 2 deletions

View file

@ -111,6 +111,10 @@ public class EndBiome {
genChance += chance;
return genChance;
}
public String debug() {
return this.mcID + " " + this.genChanceUnmutable + " " + this.genChance;
}
public Biome getBiome() {
return biome;