Fixed missing cave population & tags
This commit is contained in:
parent
bed07d2ad7
commit
684f3073ca
2 changed files with 6 additions and 42 deletions
|
@ -153,7 +153,6 @@ public class EndBiomes {
|
|||
hasCaves = JsonFactory.getBoolean(element.getAsJsonObject(), "has_caves", true);
|
||||
}
|
||||
EndBiome endBiome = new EndBiome(id, biome, fog, chance, hasCaves);
|
||||
System.out.println("Added biome: " + endBiome);
|
||||
|
||||
if (isVoid) {
|
||||
VOID_BIOMES.addBiomeMutable(endBiome);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue