Registry fixes and debug
This commit is contained in:
parent
b7afcf1ca5
commit
8bdfbb65fa
3 changed files with 24 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue