Fixed missing cave population & tags

This commit is contained in:
paulevsGitch 2021-06-21 12:25:26 +03:00
parent bed07d2ad7
commit 684f3073ca
2 changed files with 6 additions and 42 deletions

View file

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